> For the complete documentation index, see [llms.txt](https://docs.nzoni.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nzoni.app/angular/deploy-angular-project.md).

# Deploy Angular Project

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

# With SSR
ng build ssr
```

&#x20;Copy **dist/nz-angular** content and upload on server via FTP tool
