index.js 460 B

1234567891011121314
  1. "use strict";
  2. function __export(m) {
  3. for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
  4. }
  5. Object.defineProperty(exports, "__esModule", { value: true });
  6. /**
  7. * @license
  8. * Copyright Google Inc. All Rights Reserved.
  9. *
  10. * Use of this source code is governed by an MIT-style license that can be
  11. * found in the LICENSE file at https://angular.io/license
  12. */
  13. __export(require("./create-app-module"));
  14. __export(require("./get-file-content"));