dmorosinotto / XE_Modernize_Angular

XE Modernize Angular - Session 20-05-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XE_Modernize_Angular

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

Development server

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.

Update Angular @VER

Run ng update @angular/cli@VER @angular/core@VER to upgrade Angular to a specific VER.

Migrate to Standalone

REQUIRED CLI 15.2+ Run ng g @angular/core:standalone and execute the 3 steps in order to migrate to Standalone + some FIX.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

XE Modernize Angular - Session 20-05-2023


Languages

Language:TypeScript 80.7%Language:HTML 11.3%Language:CSS 8.0%