Skip to content

ldex/angular17-demo

Repository files navigation

Angular 17 Demo App

Demo Project for the Angular Academy Workshop.

Angular Academy

Angular Academy is a world-class hands-on instructor-led Angular training provider.

We have a long history of World Firsts...

Visit www.angularacademy.ca for our list of Angular related courses:

Angular Certifications!

Test your Angular skills, try a Certification exam!

Angular Academy

Local installation

You need to restore the npm dependencies first:

npm install

Run the app on a local dev server

ng s -o --hmr

The app is running on http://localhost:4200/ and will automatically reload if you change/save any of the source files.