We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8539675 commit 8e8f3c5Copy full SHA for 8e8f3c5
1 file changed
src/material/toolbar/toolbar.ts
@@ -10,7 +10,6 @@ import {Platform} from '@angular/cdk/platform';
10
11
import {
12
AfterViewInit,
13
- ChangeDetectionStrategy,
14
Component,
15
ContentChildren,
16
Directive,
@@ -40,7 +39,6 @@ export class MatToolbarRow {}
40
39
'[class.mat-toolbar-multiple-rows]': '_toolbarRows.length > 0',
41
'[class.mat-toolbar-single-row]': '_toolbarRows.length === 0',
42
},
43
- changeDetection: ChangeDetectionStrategy.OnPush,
44
encapsulation: ViewEncapsulation.None,
45
})
46
export class MatToolbar implements AfterViewInit {
0 commit comments