November 2016
Beginner
124 pages
2h 18m
English
Up until now, we have built a single component, but the real power of Angular components is building the interaction between them. in this chapter, we will learn how components can communicate in different ways:
The parent component can pass data to the child component through properties. There are two ways that define input properties for a component:
@Input decorator for decorating a class propertyUsing the ...
Read now
Unlock full access