ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
16 lines (15 loc) • 425 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v22": {
"version": "22.0.0-0",
"description": "Updates NG-ZORRO to v22",
"factory": "./ng-update/index#updateToV22"
},
"ng-post-update": {
"description": "Prints out results after ng-update.",
"factory": "./ng-update/index#postUpdate",
"private": true
}
}
}