element-selectors.js 621 B

1234567891011121314151617
  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 schematics_1 = require("@angular/cdk/schematics");
  11. exports.elementSelectors = {
  12. [schematics_1.TargetVersion.V6]: [{
  13. pr: 'https://github.com/angular/components/pull/10297',
  14. changes: [{ replace: 'mat-input-container', replaceWith: 'mat-form-field' }]
  15. }]
  16. };
  17. //# sourceMappingURL=element-selectors.js.map