Updating to the latest version
You can use the ng update
command for an Angular CLI workspace, or the nx migrate
command for updating within an Nx workspace.
- ng update
- Nx migrate
ng update
To update an Analog project with the ng update
command:
ng update @analogjs/platform@latest
Nx Migrate
To update an Analog project with the nx migrate
command:
nx migrate @analogjs/platform@latest