File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ export class MdButtonToggleGroupMultiple {
280280/** Single button inside of a toggle group. */
281281@Component ( {
282282 moduleId : module . id ,
283- selector : 'md-button-toggle' ,
283+ selector : 'md-button-toggle, mat-button-toggle ' ,
284284 templateUrl : 'button-toggle.html' ,
285285 styleUrls : [ 'button-toggle.css' ] ,
286286 encapsulation : ViewEncapsulation . None ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export const MAT_ELEMENTS_SELECTOR = `
2626 [mat-tab-nav-bar],
2727 mat-autocomplete,
2828 mat-button-toggle-group,
29+ mat-button-toggle,
2930 mat-card,
3031 mat-card-actions,
3132 mat-card-content,
@@ -83,6 +84,7 @@ export const MD_ELEMENTS_SELECTOR = `
8384 [md-tab-nav-bar],
8485 md-autocomplete,
8586 md-button-toggle-group,
87+ md-button-toggle,
8688 md-card,
8789 md-card-actions,
8890 md-card-content,
You can’t perform that action at this time.
0 commit comments