UNPKG

1.8 kBSource Map (JSON)View Raw
1{"version":3,"file":"linker.js","sourceRoot":"","sources":["../../../../modules/@angular/core/src/linker.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,0BAA0B;AAC1B,SAAQ,gBAAgB,EAAE,QAAQ,EAAE,eAAe,EAAmB,4BAA4B,QAAO,mBAAmB,CAAC;AAC7H,SAAQ,gBAAgB,EAAE,YAAY,QAAO,4BAA4B,CAAC;AAC1E,SAAQ,wBAAwB,QAAO,qCAAqC,CAAC;AAC7E,SAAQ,UAAU,QAAO,sBAAsB,CAAC;AAChD,SAAQ,eAAe,EAAE,WAAW,QAAO,4BAA4B,CAAC;AACxE,SAAQ,qBAAqB,EAAE,gBAAgB,QAAO,mCAAmC,CAAC;AAC1F,SAAQ,SAAS,QAAO,qBAAqB,CAAC;AAC9C,SAAQ,sBAAsB,EAAE,4BAA4B,QAAO,6CAA6C,CAAC;AACjH,SAAQ,WAAW,QAAO,uBAAuB,CAAC;AAClD,SAAQ,gBAAgB,QAAO,6BAA6B,CAAC;AAC7D,SAAQ,eAAe,EAAE,OAAO,QAAO,mBAAmB,CAAC","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n// Public API for compiler\nexport {COMPILER_OPTIONS, Compiler, CompilerFactory, CompilerOptions, ModuleWithComponentFactories} from './linker/compiler';\nexport {ComponentFactory, ComponentRef} from './linker/component_factory';\nexport {ComponentFactoryResolver} from './linker/component_factory_resolver';\nexport {ElementRef} from './linker/element_ref';\nexport {NgModuleFactory, NgModuleRef} from './linker/ng_module_factory';\nexport {NgModuleFactoryLoader, getModuleFactory} from './linker/ng_module_factory_loader';\nexport {QueryList} from './linker/query_list';\nexport {SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig} from './linker/system_js_ng_module_factory_loader';\nexport {TemplateRef} from './linker/template_ref';\nexport {ViewContainerRef} from './linker/view_container_ref';\nexport {EmbeddedViewRef, ViewRef} from './linker/view_ref';\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file