July 2017
Intermediate to advanced
454 pages
10h 1m
English
We already used the simplest way to communicate and share data between components: the Input and Output decorators. Properties decorated with the Input decorator initialize a component by passing through data, and the Output decorator can be used to assign event listeners that will receive data out of the component. This approach can be observed with the components found in the Example2 folder from the source code for this chapter.
Read now
Unlock full access