upgrade-data.js 853 B

1234567891011121314151617181920212223
  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. Object.defineProperty(exports, "__esModule", { value: true });
  10. const data_1 = require("./data");
  11. /** Upgrade data that will be used for the Angular Material ng-update schematic. */
  12. exports.materialUpgradeData = {
  13. attributeSelectors: data_1.attributeSelectors,
  14. classNames: data_1.classNames,
  15. constructorChecks: data_1.constructorChecks,
  16. cssSelectors: data_1.cssSelectors,
  17. elementSelectors: data_1.elementSelectors,
  18. inputNames: data_1.inputNames,
  19. methodCallChecks: data_1.methodCallChecks,
  20. outputNames: data_1.outputNames,
  21. propertyNames: data_1.propertyNames,
  22. };
  23. //# sourceMappingURL=upgrade-data.js.map