December 2018
Intermediate to advanced
560 pages
18h 45m
English
Chapter 1. Introducing Angular
Figure 1.1. Splitting a prototype into components
Figure 1.2. Sample architecture of an Angular app
Figure 1.3. A newly generated Angular project
Figure 1.4. Building the bundles with ng serve
Figure 1.5. Running the app in the browser
Figure 1.6. Running the non-optimized app
Figure 1.7. Running the optimized app with AOT
Figure 1.8. Running the optimized app without AOT
Figure 1.9. The ngAuction workflows
Figure 1.10. The ngAuction home page with highlighted components
Figure 1.11. The online auction home page on smartphones
Figure 1.12. The redesigned ngAuction
Figure 1.13. The project structure for the online auction app
Chapter 2. The main artifacts of an Angular app