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
})

0 commit comments

Comments
 (0)