Technical requirements
Combining and using all the new features in the Angular Academy application will involve a series of practical choices that are usually hidden in the descriptions in Part 1, A Quick and Functional Guide to Angular Ivy which means we will need to provide an overview of the application as a whole.
So, before we dive into an in-depth description of all the details, let's check out the code first and have it available for inspection while reading the in-depth description in the upcoming chapters.
Open the terminal and issue the following command:
git clone https://github.com/PacktPublishing/Accelerating-Angular-Development-with-Ivy
The demo project source code will be placed in projects
/demo
and can be started on your development machine, like this:
cd Accelerating-Angular-Development-with-Ivy npm install ng serve demo
If you go to http://localhost:4200 on your browser, you should now be able to see the Angular Academy app: