We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba68517 commit 126faaaCopy full SHA for 126faaa
src/material/toolbar/toolbar.ts
@@ -59,7 +59,7 @@ export class MatToolbar implements AfterViewInit {
59
@Input() color?: string | null;
60
61
/** Reference to all toolbar row elements that have been projected. */
62
- @ContentChildren(MatToolbarRow, {descendants: true}) _toolbarRows: QueryList<MatToolbarRow>;
+ @ContentChildren(MatToolbarRow, {descendants: true}) _toolbarRows!: QueryList<MatToolbarRow>;
63
64
constructor(...args: unknown[]);
65
constructor() {}
0 commit comments