XE Modernize Angular - Session
- My Slides in 🇮🇹
- If you want to follow all the migration steps that I've done to upgrade my sample application from NG13 -> NG15 + Standalone -> NG16 + Signal execute this:
git clone https://github.com/dmorosinotto/XE_Modernize_Angular
cd XE_Modernize_Angular
git fetch --all --tags
pnpm install
This project was generated with Angular CLI version 13.2.7.
ng new XE-Modernize-Angular --minimal -s -t -S --routing --strict --packageManager pnpm
Run pnpm run start
or ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng update @angular/cli@VER @angular/core@VER
to upgrade Angular to a specific VER.
REQUIRED CLI 15.2+ Run ng g @angular/core:standalone
and execute the 3 steps in order to migrate to Standalone + some FIX.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.