source: trip-planner-front/node_modules/@angular/compiler-cli/src/ngtsc/core/api/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: 2.2 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/core/api/index", ["require", "exports", "tslib", "@angular/compiler-cli/src/ngtsc/core/api/src/adapter", "@angular/compiler-cli/src/ngtsc/core/api/src/interfaces", "@angular/compiler-cli/src/ngtsc/core/api/src/options", "@angular/compiler-cli/src/ngtsc/core/api/src/public_options"], factory);
15 }
16})(function (require, exports) {
17 "use strict";
18 Object.defineProperty(exports, "__esModule", { value: true });
19 var tslib_1 = require("tslib");
20 tslib_1.__exportStar(require("@angular/compiler-cli/src/ngtsc/core/api/src/adapter"), exports);
21 tslib_1.__exportStar(require("@angular/compiler-cli/src/ngtsc/core/api/src/interfaces"), exports);
22 tslib_1.__exportStar(require("@angular/compiler-cli/src/ngtsc/core/api/src/options"), exports);
23 tslib_1.__exportStar(require("@angular/compiler-cli/src/ngtsc/core/api/src/public_options"), exports);
24});
25//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21waWxlci1jbGkvc3JjL25ndHNjL2NvcmUvYXBpL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7R0FNRzs7Ozs7Ozs7Ozs7OztJQUVILCtGQUE4QjtJQUM5QixrR0FBaUM7SUFDakMsK0ZBQThCO0lBQzlCLHNHQUFxQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hZGFwdGVyJztcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2ludGVyZmFjZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvb3B0aW9ucyc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9wdWJsaWNfb3B0aW9ucyc7XG4iXX0=
Note: See TracBrowser for help on using the repository browser.