Angular - Custom Two-Way Binding

preview_player
Показать описание
Most Angular developers have done two-way binding using [(ngModel)] on standard HTML elements. Here's how to do the same thing with our own custom components.

Topics covered include:
- Banana in a box
- One-way binding from parent to child with @Input()
- One-way binding of references
- One-way binding from child to parent with @Output()
- Using EventEmitter
- Naming conventions for two-way binding
Рекомендации по теме
Комментарии
Автор

Any other Angular features you're interested in? Let me know.
And if you liked the video, click the 👍.

CodingTutorialsAreGo
Автор

Your explanations are great!
I would love to see you cover async/await in Angular, specifically when and where to use it.
What happens if you forget to use it where you should have?
What happens if you try to use it somewhere where you did not need to use it?

stevewitman