Skip to content

Commit 9c445b7

Browse files
committed
Remove moduleId from example components
1 parent 480f534 commit 9c445b7

File tree

49 files changed

+1
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1
-54
lines changed

src/material-examples/autocomplete-overview/autocomplete-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import 'rxjs/add/operator/startWith';
55
import 'rxjs/add/operator/map';
66

77
@Component({
8-
moduleId: module.id,
98
selector: 'autocomplete-overview-example',
109
templateUrl: 'autocomplete-overview-example.html',
1110
})

src/material-examples/button-overview/button-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'button-overview-example',
76
templateUrl: 'button-overview-example.html',
87
})

src/material-examples/button-toggle-exclusive/button-toggle-exclusive-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'button-toggle-exclusive-example',
76
templateUrl: 'button-toggle-exclusive-example.html',
87
styleUrls: ['button-toggle-exclusive-example.css'],

src/material-examples/button-toggle-overview/button-toggle-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'button-toggle-overview-example',
76
templateUrl: 'button-toggle-overview-example.html',
87
})

src/material-examples/button-types/button-types-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'button-types-example',
76
templateUrl: 'button-types-example.html',
87
styleUrls: ['button-types-example.css'],

src/material-examples/card-fancy/card-fancy-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'card-fancy-example',
76
templateUrl: 'card-fancy-example.html',
87
styleUrls: ['card-fancy-example.css'],

src/material-examples/card-overview/card-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'card-overview-example',
76
templateUrl: 'card-overview-example.html',
87
})

src/material-examples/checkbox-configurable/checkbox-configurable-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'checkbox-configurable-example',
76
templateUrl: 'checkbox-configurable-example.html',
87
styleUrls: ['checkbox-configurable-example.css'],

src/material-examples/checkbox-overview/checkbox-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'checkbox-overview-example',
76
templateUrl: 'checkbox-overview-example.html',
87
})

src/material-examples/chips-overview/chips-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'chips-overview-example',
76
templateUrl: 'chips-overview-example.html',
87
})

src/material-examples/chips-stacked/chips-stacked-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'chips-stacked-example',
76
templateUrl: 'chips-stacked-example.html',
87
styleUrls: ['chips-stacked-example.css'],

src/material-examples/datepicker-overview/datepicker-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'datepicker-overview-example',
76
templateUrl: 'datepicker-overview-example.html',
87
styleUrls: ['datepicker-overview-example.css'],

src/material-examples/dialog-elements/dialog-elements-example.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {MdDialog} from '@angular/material';
33

44

55
@Component({
6-
moduleId: module.id,
76
selector: 'dialog-elements-example',
87
templateUrl: 'dialog-elements-example.html',
98
})
@@ -17,7 +16,6 @@ export class DialogElementsExample {
1716

1817

1918
@Component({
20-
moduleId: module.id,
2119
selector: 'dialog-elements-example-dialog',
2220
templateUrl: 'dialog-elements-example-dialog.html',
2321
})

src/material-examples/dialog-overview/dialog-overview-example.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {MdDialog} from '@angular/material';
33

44

55
@Component({
6-
moduleId: module.id,
76
selector: 'dialog-overview-example',
87
templateUrl: 'dialog-overview-example.html',
98
})
@@ -17,7 +16,6 @@ export class DialogOverviewExample {
1716

1817

1918
@Component({
20-
moduleId: module.id,
2119
selector: 'dialog-overview-example-dialog',
2220
templateUrl: 'dialog-overview-example-dialog.html',
2321
})

src/material-examples/dialog-result/dialog-result-example.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {MdDialog, MdDialogRef} from '@angular/material';
33

44

55
@Component({
6-
moduleId: module.id,
76
selector: 'dialog-result-example',
87
templateUrl: 'dialog-result-example.html',
98
})
@@ -22,7 +21,6 @@ export class DialogResultExample {
2221

2322

2423
@Component({
25-
moduleId: module.id,
2624
selector: 'dialog-result-example-dialog',
2725
templateUrl: 'dialog-result-example-dialog.html',
2826
})

src/material-examples/grid-list-dynamic/grid-list-dynamic-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'grid-list-dynamic-example',
76
templateUrl: 'grid-list-dynamic-example.html',
87
})

src/material-examples/grid-list-overview/grid-list-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {Component} from '@angular/core';
22

33
@Component({
4-
moduleId: module.id,
54
selector: 'grid-list-overview-example',
65
styleUrls: ['grid-list-overview-example.css'],
76
templateUrl: 'grid-list-overview-example.html',

src/material-examples/icon-overview/icon-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'icon-overview-example',
76
templateUrl: 'icon-overview-example.html',
87
})

src/material-examples/icon-svg-example/icon-svg-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {MdIconRegistry} from '@angular/material';
44

55

66
@Component({
7-
moduleId: module.id,
87
selector: 'icon-svg-example',
98
templateUrl: 'icon-svg-example.html',
109
})

src/material-examples/input-form/input-form-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'input-form-example',
76
templateUrl: 'input-form-example.html',
87
styleUrls: ['input-form-example.css'],

src/material-examples/input-overview/input-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'input-overview-example',
76
templateUrl: 'input-overview-example.html',
87
})

src/material-examples/list-overview/list-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'list-overview-example',
76
templateUrl: 'list-overview-example.html',
87
})

src/material-examples/list-sections/list-sections-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'list-sections-example',
76
styleUrls: ['list-sections-example.css'],
87
templateUrl: 'list-sections-example.html',

src/material-examples/menu-icons/menu-icons-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'menu-icons-example',
76
templateUrl: 'menu-icons-example.html',
87
})

src/material-examples/menu-overview/menu-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'menu-overview-example',
76
templateUrl: 'menu-overview-example.html',
87
})

src/material-examples/progress-bar-configurable/progress-bar-configurable-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'progress-bar-configurable-example',
76
templateUrl: 'progress-bar-configurable-example.html',
87
styleUrls: ['progress-bar-configurable-example.css'],

src/material-examples/progress-bar-overview/progress-bar-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'progress-bar-overview-example',
76
templateUrl: 'progress-bar-overview-example.html',
87
})

src/material-examples/progress-spinner-configurable/progress-spinner-configurable-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'progress-spinner-configurable-example',
76
templateUrl: 'progress-spinner-configurable-example.html',
87
styleUrls: ['progress-spinner-configurable-example.css'],

src/material-examples/progress-spinner-overview/progress-spinner-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'progress-spinner-overview-example',
76
templateUrl: 'progress-spinner-overview-example.html',
87
})

src/material-examples/radio-ng-model/radio-ng-model-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'radio-ng-model-example',
76
templateUrl: 'radio-ng-model-example.html',
87
styleUrls: ['radio-ng-model-example.css'],

src/material-examples/radio-overview/radio-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'radio-overview-example',
76
templateUrl: 'radio-overview-example.html',
87
})

src/material-examples/select-form/select-form-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'select-form-example',
76
templateUrl: 'select-form-example.html',
87
})

src/material-examples/select-overview/select-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'select-overview-example',
76
templateUrl: 'select-overview-example.html',
87
})

src/material-examples/sidenav-fab/sidenav-fab-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component, ViewEncapsulation} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'sidenav-fab-example',
76
templateUrl: 'sidenav-fab-example.html',
87
styleUrls: ['sidenav-fab-example.css'],

src/material-examples/sidenav-overview/sidenav-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'sidenav-overview-example',
76
templateUrl: 'sidenav-overview-example.html',
87
styleUrls: ['sidenav-overview-example.css'],

src/material-examples/slide-toggle-configurable/slide-toggle-configurable-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'slide-toggle-configurable-example',
76
templateUrl: 'slide-toggle-configurable-example.html',
87
styleUrls: ['slide-toggle-configurable-example.css'],

src/material-examples/slide-toggle-overview/slide-toggle-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'slide-toggle-overview-example',
76
templateUrl: 'slide-toggle-overview-example.html',
87
})

src/material-examples/slider-configurable/slider-configurable-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component, ViewEncapsulation} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'slider-configurable-example',
76
templateUrl: 'slider-configurable-example.html',
87
styleUrls: ['slider-configurable-example.css'],

src/material-examples/slider-overview/slider-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'slider-overview-example',
76
templateUrl: 'slider-overview-example.html',
87
styleUrls: ['slider-overview-example.css'],

src/material-examples/snack-bar-component/snack-bar-component-example.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {MdSnackBar} from '@angular/material';
33

44

55
@Component({
6-
moduleId: module.id,
76
selector: 'snack-bar-component-example',
87
templateUrl: 'snack-bar-component-example.html',
98
})
@@ -19,7 +18,6 @@ export class SnackBarComponentExample {
1918

2019

2120
@Component({
22-
moduleId: module.id,
2321
selector: 'snack-bar-component-example-snack',
2422
templateUrl: 'snack-bar-component-example-snack.html',
2523
styleUrls: ['snack-bar-component-example-snack.css'],

src/material-examples/snack-bar-overview/snack-bar-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {MdSnackBar} from '@angular/material';
33

44

55
@Component({
6-
moduleId: module.id,
76
selector: 'snack-bar-overview-example',
87
templateUrl: 'snack-bar-overview-example.html',
98
})

src/material-examples/tabs-overview/tabs-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'tabs-overview-example',
76
templateUrl: 'tabs-overview-example.html',
87
})

src/material-examples/tabs-template-label/tabs-template-label-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'tabs-template-label-example',
76
templateUrl: 'tabs-template-label-example.html',
87
})

src/material-examples/toolbar-multirow/toolbar-multirow-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'toolbar-multirow-example',
76
templateUrl: 'toolbar-multirow-example.html',
87
styleUrls: ['toolbar-multirow-example.css'],

src/material-examples/toolbar-overview/toolbar-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'toolbar-overview-example',
76
templateUrl: 'toolbar-overview-example.html',
87
})

src/material-examples/tooltip-overview/tooltip-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33

44
@Component({
5-
moduleId: module.id,
65
selector: 'tooltip-overview-example',
76
templateUrl: 'tooltip-overview-example.html',
87
})

0 commit comments

Comments
 (0)