UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

8 lines (7 loc) 515 B
export { TemplateCompiler } from './template_compiler'; export { CompileDirectiveMetadata, CompileTypeMetadata, CompileTemplateMetadata } from './directive_metadata'; export { SourceModule, SourceWithImports } from './source_module'; export { PLATFORM_DIRECTIVES, PLATFORM_PIPES } from 'angular2/src/core/platform_directives_and_pipes'; import { Type } from 'angular2/src/facade/lang'; import { Provider } from 'angular2/src/core/di'; export declare const COMPILER_PROVIDERS: Array<Type | Provider | any[]>;