Skip to content

Commit a7f4347

Browse files
committed
refactor(material-experimental/popover-edit): fix strict property initialization errors
Updates the code to be compatible with strict property initialization.
1 parent ea995f7 commit a7f4347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/popover-edit/popover-edit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ interface PeriodicElement {
6464

6565
@Directive()
6666
abstract class BaseTestComponent {
67-
@ViewChild('table') table: ElementRef;
67+
@ViewChild('table') table!: ElementRef;
6868

6969
preservedValues = new FormValueContainer<PeriodicElement, {'name': string}>();
7070

0 commit comments

Comments
 (0)