This project is an example of how to internationalize and localize an application in Angular.
A video walkthrough is available on YouTube.
- Install the latest version of the Angular CLI:
npm install -g @angular/cli
- Download this repository
cd
into the directory- Run
npm install
to download all dependencies - Run
ng serve
to start the application. - Navigate to
http://localhost:4200/
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
This project was generated with Angular CLI version 13.1.3.