UNPKG

216 BTypeScriptView Raw
1import { R3NgModuleMetadata } from '../r3_module_compiler';
2import { R3CompiledExpression } from '../util';
3export declare function compileDeclareNgModuleFromMetadata(meta: R3NgModuleMetadata): R3CompiledExpression;