fix: Update types for TypeScript nullability support in examples
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
import {DebugElement} from '@angular/core';
|
||||
import {By} from '@angular/platform-browser';
|
||||
|
||||
let debugElement: DebugElement;
|
||||
let debugElement: DebugElement = undefined !;
|
||||
class MyDirective {}
|
||||
|
||||
// #docregion by_all
|
||||
|
Reference in New Issue
Block a user