property-names.js 455 B

123456789101112
  1. "use strict";
  2. /**
  3. * Use of this source code is governed by an MIT-style license that can be
  4. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  5. */
  6. Object.defineProperty(exports, "__esModule", { value: true });
  7. exports.propertyNames = void 0;
  8. const schematics_1 = require("@angular/cdk/schematics");
  9. exports.propertyNames = {
  10. [schematics_1.TargetVersion.V19]: []
  11. };
  12. //# sourceMappingURL=property-names.js.map