July 2017
Intermediate to advanced
454 pages
10h 1m
English
A component is defined in Angular as a class with specific metadata that associates it with an HTML template and a jQuery-like HTML DOM selector:
When executed within an Angular application, a component will usually render an HTML snippet in a specific page location that can react to user input and display dynamic data.
The component metadata is expressed as a TypeScript decorator and supports additional configuration that will be covered throughout the examples from ...
Read now
Unlock full access