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 ea995f7 commit a7f4347Copy full SHA for a7f4347
src/material-experimental/popover-edit/popover-edit.spec.ts
@@ -64,7 +64,7 @@ interface PeriodicElement {
64
65
@Directive()
66
abstract class BaseTestComponent {
67
- @ViewChild('table') table: ElementRef;
+ @ViewChild('table') table!: ElementRef;
68
69
preservedValues = new FormValueContainer<PeriodicElement, {'name': string}>();
70
0 commit comments