Angular v7, used in 3.4, does not support the {static:boolean} option
for @ViewChild. Remove some instances that were back-ported.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
// When active, show a link to the experimental Angular staff catalog
showAngularCatalog: boolean;
- @ViewChild('navOpChange', {static: false}) opChange: OpChangeComponent;
+ @ViewChild('navOpChange') opChange: OpChangeComponent;
permFailedSub: Subscription;
constructor(
@ViewChild('errorMsg')
private errorMsg: StringComponent;
- @ViewChild('confirmOverride', {static: false})
+ @ViewChild('confirmOverride')
private confirmOverride: ConfirmDialogComponent;
constructor(