UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

21 lines (20 loc) 616 B
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "migration-v7": { "version": "7", "description": "Updates NG-ZORRO to v7", "factory": "./ng-update/index#updateToV7" }, "migration-v9": { "version": "9", "description": "Updates NG-ZORRO to v9 [https://github.com/NG-ZORRO/ng-zorro-antd/issues/5035]", "factory": "./ng-update/index#updateToV9" }, "ng-post-update": { "description": "Prints out results after ng-update.", "factory": "./ng-update/index#postUpdate", "private": true } } }