File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ export class MdButtonToggleGroupMultiple {
280
280
/** Single button inside of a toggle group. */
281
281
@Component ( {
282
282
moduleId : module . id ,
283
- selector : 'md-button-toggle' ,
283
+ selector : 'md-button-toggle, mat-button-toggle ' ,
284
284
templateUrl : 'button-toggle.html' ,
285
285
styleUrls : [ 'button-toggle.css' ] ,
286
286
encapsulation : ViewEncapsulation . None ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export const MAT_ELEMENTS_SELECTOR = `
26
26
[mat-tab-nav-bar],
27
27
mat-autocomplete,
28
28
mat-button-toggle-group,
29
+ mat-button-toggle,
29
30
mat-card,
30
31
mat-card-actions,
31
32
mat-card-content,
@@ -83,6 +84,7 @@ export const MD_ELEMENTS_SELECTOR = `
83
84
[md-tab-nav-bar],
84
85
md-autocomplete,
85
86
md-button-toggle-group,
87
+ md-button-toggle,
86
88
md-card,
87
89
md-card-actions,
88
90
md-card-content,
You can’t perform that action at this time.
0 commit comments