ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
16 lines • 360 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "nz-ng-generate-boot",
"title": "Ant Design of Angular(NG-ZORRO) boot page schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": []
}