Chapter 5. Angular Declarables, Bootstrapping, and Modularity
Note
Learning Objectives
By the end of this chapter, you will be able to:
Describe declarables such as pipes and directives
Create custom structural and attribute directives
Create, define, and subscribe to observables
Bootstrap an Angular application
Implement modules in Angular
Note
This chapter presents an overview of declarables, bootstrapping, and modularity in Angular, in addition to exercises and activities on these topics.