blob: 26180bb6b4e1c64f5b4ca391a37c6062b1dc39d8 [file] [log] [blame]
"use strict";
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./ast"));
__export(require("./ast/ng-module-imports"));
__export(require("./build-component"));
__export(require("./get-project"));
__export(require("./html-head-element"));
__export(require("./parse5-element"));
__export(require("./project-main-file"));
__export(require("./project-style-file"));
__export(require("./project-targets"));
__export(require("./schematic-options"));
__export(require("./version-agnostic-typescript"));
//# sourceMappingURL=index.js.map