December 2018
Intermediate to advanced
560 pages
18h 45m
English
This chapter covers
Chapter 4 discussed the router, and now the ngAuction app knows how to navigate from the home view to the product-detail view. In this chapter, we’ll concentrate on how Angular automates the process of creating objects and assembling the application from its building blocks.
An Angular application is a collection of components, directives, and services that may depend on each other. Although each component can explicitly instantiate its dependencies, Angular can do this job using its dependency ...
Read now
Unlock full access