ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
13 lines • 523 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.constructorChecks = void 0;
const schematics_1 = require("@angular/cdk/schematics");
/**
* List of class names for which the constructor signature has been changed. The new constructor
* signature types don't need to be stored here because the signature will be determined
* automatically through type checking.
*/
exports.constructorChecks = {
[schematics_1.TargetVersion.V7]: []
};
//# sourceMappingURL=constructor-checks.js.map
;