index.js 859 B

123456789101112131415161718192021222324
  1. "use strict";
  2. /**
  3. * @license
  4. * Copyright Google LLC All Rights Reserved.
  5. *
  6. * Use of this source code is governed by an MIT-style license that can be
  7. * found in the LICENSE file at https://angular.io/license
  8. */
  9. function __export(m) {
  10. for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
  11. }
  12. Object.defineProperty(exports, "__esModule", { value: true });
  13. __export(require("./ast"));
  14. __export(require("./ast/ng-module-imports"));
  15. __export(require("./build-component"));
  16. __export(require("./get-project"));
  17. __export(require("./html-head-element"));
  18. __export(require("./parse5-element"));
  19. __export(require("./project-main-file"));
  20. __export(require("./project-style-file"));
  21. __export(require("./project-targets"));
  22. __export(require("./schematic-options"));
  23. __export(require("./version-agnostic-typescript"));
  24. //# sourceMappingURL=index.js.map