
committed by
Victor Berchet

parent
0dda01e37c
commit
b800a0c824
@ -14,3 +14,9 @@
|
||||
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