| 1234567891011121314151617181920212223 |
- "use strict";
- /**
- * @license
- * Copyright Google LLC All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
- Object.defineProperty(exports, "__esModule", { value: true });
- const schematics_1 = require("@angular/cdk/schematics");
- exports.classNames = {
- [schematics_1.TargetVersion.V6]: [
- {
- pr: 'https://github.com/angular/components/pull/10291',
- changes: [
- { replace: 'FloatPlaceholderType', replaceWith: 'FloatLabelType' },
- { replace: 'MAT_PLACEHOLDER_GLOBAL_OPTIONS', replaceWith: 'MAT_LABEL_GLOBAL_OPTIONS' },
- { replace: 'PlaceholderOptions', replaceWith: 'LabelOptions' }
- ]
- },
- ]
- };
- //# sourceMappingURL=class-names.js.map
|