Abp plus provides ant design theme for abp's angular project, which is based on ng-zorro.
- Make sure you have abp cli installed.
- Download the template zip file from the release page.
For
apptemplates, download app-{VERSION}.zip. For theapp-nolayertemplate, download app-nolayers-{VERSION}.zip. - Copy the template zip you downloaded to
%USERPROFILE%/.abp/templatespath. (for windows only) - Run the
abp new <solution-name> -u angular --version <VERSION>command to generate the project, see abp documentation for details.

