public-api.js 615 B

123456789101112131415161718
  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("./index"));
  14. __export(require("./target-version"));
  15. __export(require("./version-changes"));
  16. __export(require("./migration-rule"));
  17. __export(require("./component-resource-collector"));
  18. //# sourceMappingURL=public-api.js.map