fix(Typings): Output public constructors in .d.ts files
Closes #3926. Closes #3963
This commit is contained in:
@ -18,3 +18,8 @@ export * from './src/core/directives';
|
||||
export * from './src/core/forms';
|
||||
export * from './src/core/debug';
|
||||
export * from './src/core/change_detection';
|
||||
export {Reflector, ReflectionInfo} from './src/core/reflection/reflection';
|
||||
export {
|
||||
PlatformReflectionCapabilities
|
||||
} from './src/core/reflection/platform_reflection_capabilities';
|
||||
export {SetterFn, GetterFn, MethodFn} from './src/core/reflection/types';
|
||||
|
Reference in New Issue
Block a user