source: trip-planner-front/node_modules/@angular/compiler-cli/src/ngtsc/annotations/index.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 4.6 KB
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8(function (factory) {
9 if (typeof module === "object" && typeof module.exports === "object") {
10 var v = factory(require, exports);
11 if (v !== undefined) module.exports = v;
12 }
13 else if (typeof define === "function" && define.amd) {
14 define("@angular/compiler-cli/src/ngtsc/annotations", ["require", "exports", "@angular/compiler-cli/src/ngtsc/annotations/src/component", "@angular/compiler-cli/src/ngtsc/annotations/src/directive", "@angular/compiler-cli/src/ngtsc/annotations/src/injectable", "@angular/compiler-cli/src/ngtsc/annotations/src/ng_module", "@angular/compiler-cli/src/ngtsc/annotations/src/pipe", "@angular/compiler-cli/src/ngtsc/annotations/src/references_registry", "@angular/compiler-cli/src/ngtsc/annotations/src/util"], factory);
15 }
16})(function (require, exports) {
17 "use strict";
18 Object.defineProperty(exports, "__esModule", { value: true });
19 exports.forwardRefResolver = exports.NoopReferencesRegistry = exports.PipeDecoratorHandler = exports.NgModuleDecoratorHandler = exports.InjectableDecoratorHandler = exports.DirectiveDecoratorHandler = exports.ComponentDecoratorHandler = void 0;
20 var component_1 = require("@angular/compiler-cli/src/ngtsc/annotations/src/component");
21 Object.defineProperty(exports, "ComponentDecoratorHandler", { enumerable: true, get: function () { return component_1.ComponentDecoratorHandler; } });
22 var directive_1 = require("@angular/compiler-cli/src/ngtsc/annotations/src/directive");
23 Object.defineProperty(exports, "DirectiveDecoratorHandler", { enumerable: true, get: function () { return directive_1.DirectiveDecoratorHandler; } });
24 var injectable_1 = require("@angular/compiler-cli/src/ngtsc/annotations/src/injectable");
25 Object.defineProperty(exports, "InjectableDecoratorHandler", { enumerable: true, get: function () { return injectable_1.InjectableDecoratorHandler; } });
26 var ng_module_1 = require("@angular/compiler-cli/src/ngtsc/annotations/src/ng_module");
27 Object.defineProperty(exports, "NgModuleDecoratorHandler", { enumerable: true, get: function () { return ng_module_1.NgModuleDecoratorHandler; } });
28 var pipe_1 = require("@angular/compiler-cli/src/ngtsc/annotations/src/pipe");
29 Object.defineProperty(exports, "PipeDecoratorHandler", { enumerable: true, get: function () { return pipe_1.PipeDecoratorHandler; } });
30 var references_registry_1 = require("@angular/compiler-cli/src/ngtsc/annotations/src/references_registry");
31 Object.defineProperty(exports, "NoopReferencesRegistry", { enumerable: true, get: function () { return references_registry_1.NoopReferencesRegistry; } });
32 var util_1 = require("@angular/compiler-cli/src/ngtsc/annotations/src/util");
33 Object.defineProperty(exports, "forwardRefResolver", { enumerable: true, get: function () { return util_1.forwardRefResolver; } });
34});
35//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21waWxlci1jbGkvc3JjL25ndHNjL2Fubm90YXRpb25zL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7R0FNRzs7Ozs7Ozs7Ozs7OztJQUtILHVGQUEwRDtJQUFsRCxzSEFBQSx5QkFBeUIsT0FBQTtJQUNqQyx1RkFBMEQ7SUFBbEQsc0hBQUEseUJBQXlCLE9BQUE7SUFDakMseUZBQTREO0lBQXBELHdIQUFBLDBCQUEwQixPQUFBO0lBQ2xDLHVGQUF5RDtJQUFqRCxxSEFBQSx3QkFBd0IsT0FBQTtJQUNoQyw2RUFBZ0Q7SUFBeEMsNEdBQUEsb0JBQW9CLE9BQUE7SUFDNUIsMkdBQXFGO0lBQTdFLDZIQUFBLHNCQUFzQixPQUFBO0lBQzlCLDZFQUE4QztJQUF0QywwR0FBQSxrQkFBa0IsT0FBQSIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG4vLy8gPHJlZmVyZW5jZSB0eXBlcz1cIm5vZGVcIiAvPlxuXG5leHBvcnQge1Jlc291cmNlTG9hZGVyLCBSZXNvdXJjZUxvYWRlckNvbnRleHR9IGZyb20gJy4vc3JjL2FwaSc7XG5leHBvcnQge0NvbXBvbmVudERlY29yYXRvckhhbmRsZXJ9IGZyb20gJy4vc3JjL2NvbXBvbmVudCc7XG5leHBvcnQge0RpcmVjdGl2ZURlY29yYXRvckhhbmRsZXJ9IGZyb20gJy4vc3JjL2RpcmVjdGl2ZSc7XG5leHBvcnQge0luamVjdGFibGVEZWNvcmF0b3JIYW5kbGVyfSBmcm9tICcuL3NyYy9pbmplY3RhYmxlJztcbmV4cG9ydCB7TmdNb2R1bGVEZWNvcmF0b3JIYW5kbGVyfSBmcm9tICcuL3NyYy9uZ19tb2R1bGUnO1xuZXhwb3J0IHtQaXBlRGVjb3JhdG9ySGFuZGxlcn0gZnJvbSAnLi9zcmMvcGlwZSc7XG5leHBvcnQge05vb3BSZWZlcmVuY2VzUmVnaXN0cnksIFJlZmVyZW5jZXNSZWdpc3RyeX0gZnJvbSAnLi9zcmMvcmVmZXJlbmNlc19yZWdpc3RyeSc7XG5leHBvcnQge2ZvcndhcmRSZWZSZXNvbHZlcn0gZnJvbSAnLi9zcmMvdXRpbCc7XG4iXX0=
Note: See TracBrowser for help on using the repository browser.