HTML
Interpolation
| uppercase
= a pipe
Two way binding
In app.module.ts and added to import list:
In html:
Loops
Event Binding
OnSelect defined in ts for this component
If
if selectedHero exists/defined
Conditional Classes
Property Binding(used with @Input )
Last updated