fix: turn on nullability in the code base.
This commit is contained in:

committed by
Tobias Bosch

parent
728c9d0632
commit
5293794316
@ -14,9 +14,3 @@
|
||||
export * from './src/core';
|
||||
|
||||
// This file only reexports content of the `src` folder. Keep it that way.
|
||||
|
||||
// This is a hack to prevent people from turning on strictNullChecks. See #15432
|
||||
export declare interface ɵStrictNullChecksNotSupported {
|
||||
dontUseStrictNullChecksWithAngularYetSeeIssue15432: string|null;
|
||||
[key: string]: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user