For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deploy Angular Project

cd nz-angular
# Without SSR
ng build --configuration=prod

# With SSR
ng build ssr

Copy dist/nz-angular content and upload on server via FTP tool

Last updated