File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core' ;
2
- import { UniqueSelectionDispatcher } from '@angular/material' ;
3
2
4
3
@Component ( {
5
4
moduleId : module . id ,
6
5
selector : 'button-toggle-demo' ,
7
- templateUrl : 'button-toggle-demo.html' ,
8
- providers : [ UniqueSelectionDispatcher ] ,
6
+ templateUrl : 'button-toggle-demo.html'
9
7
} )
10
8
export class ButtonToggleDemo {
11
9
isVertical = false ;
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export class Home {}
13
13
@Component ( {
14
14
moduleId : module . id ,
15
15
selector : 'demo-app' ,
16
- providers : [ ] ,
17
16
templateUrl : 'demo-app.html' ,
18
17
styleUrls : [ 'demo-app.css' ] ,
19
18
encapsulation : ViewEncapsulation . None ,
Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core' ;
2
- import { MdIconRegistry } from '@angular/material' ;
3
2
4
3
5
4
@Component ( {
6
5
moduleId : module . id ,
7
6
selector : 'grid-list-demo' ,
8
7
templateUrl : 'grid-list-demo.html' ,
9
- styleUrls : [ 'grid-list-demo.css' ] ,
10
- providers : [ MdIconRegistry ]
8
+ styleUrls : [ 'grid-list-demo.css' ]
11
9
} )
12
10
export class GridListDemo {
13
11
tiles : any [ ] = [
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import {MdIconRegistry} from '@angular/material';
7
7
selector : 'md-icon-demo' ,
8
8
templateUrl : 'icon-demo.html' ,
9
9
styleUrls : [ 'icon-demo.css' ] ,
10
- viewProviders : [ MdIconRegistry ] ,
11
10
encapsulation : ViewEncapsulation . None ,
12
11
} )
13
12
export class IconDemo {
You can’t perform that action at this time.
0 commit comments