public-api.js 806 B

12345678910111213141516171819202122
  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("./upgrade-data"));
  14. __export(require("./data/index"));
  15. __export(require("./html-parsing/angular"));
  16. __export(require("./html-parsing/elements"));
  17. __export(require("./upgrade-rules/index"));
  18. __export(require("./typescript/base-types"));
  19. __export(require("./typescript/imports"));
  20. __export(require("./typescript/literal"));
  21. __export(require("./typescript/module-specifiers"));
  22. //# sourceMappingURL=public-api.js.map