UNPKG

2.08 kBSource Map (JSON)View Raw
1{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../../../modules/@angular/core/src/metadata.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAYH,SAAQ,4BAA4B,EAAE,SAAS,EAAE,YAAY,EAAyB,eAAe,EAA4B,KAAK,EAAE,SAAS,EAAsB,YAAY,QAA8B,eAAe,CAAC;AACjO,SAAQ,SAAS,EAAsB,SAAS,EAAsB,WAAW,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,QAAO,uBAAuB,CAAC;AACnJ,SAAQ,mBAAmB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,QAAO,4BAA4B,CAAC;AACzJ,SAAQ,sBAAsB,EAAuB,gBAAgB,EAAE,QAAQ,QAAuB,sBAAsB,CAAC;AAC7H,SAAQ,iBAAiB,QAAO,iBAAiB,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/**\n * This indirection is needed to free up Component, etc symbols in the public API\n * to be used by the decorator versions of these annotations.\n */\n\nimport {Attribute, ContentChild, ContentChildren, Query, ViewChild, ViewChildren} from './metadata/di';\nimport {Component, Directive, HostBinding, HostListener, Input, Output, Pipe} from './metadata/directives';\nimport {ModuleWithProviders, NgModule, SchemaMetadata} from './metadata/ng_module';\nimport {ViewEncapsulation} from './metadata/view';\n\nexport {ANALYZE_FOR_ENTRY_COMPONENTS, Attribute, ContentChild, ContentChildDecorator, ContentChildren, ContentChildrenDecorator, Query, ViewChild, ViewChildDecorator, ViewChildren, ViewChildrenDecorator} from './metadata/di';\nexport {Component, ComponentDecorator, Directive, DirectiveDecorator, HostBinding, HostListener, Input, Output, Pipe} from './metadata/directives';\nexport {AfterContentChecked, AfterContentInit, AfterViewChecked, AfterViewInit, DoCheck, OnChanges, OnDestroy, OnInit} from './metadata/lifecycle_hooks';\nexport {CUSTOM_ELEMENTS_SCHEMA, ModuleWithProviders, NO_ERRORS_SCHEMA, NgModule, SchemaMetadata} from './metadata/ng_module';\nexport {ViewEncapsulation} from './metadata/view';\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file