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