How to create your own two-way data bindings with custom components in Angular

preview_player
Показать описание
A simple trick on how to create your own data bindings with custom components in #angular.

➡️At Hackages, our aim is to connect with our tech community and build educational training sessions to develop your skills as a software engineer. We have an in-house developer team available for consultancy to get your company the IT-development it needs! Contact us below!

✅Make sure to subscribe to our newsletter, we won't spam you!

👤Connect with us:
Рекомендации по теме
Комментарии
Автор

very simple that I did not even know angular has this feature. They even not taught it in any of their tutorials. Thank you for the help dude. this is the most useful technique I learned in here

argeljosephpamintuan
Автор

was searching for this for ages, excellent work, thanks

SarcasticPuran
Автор

This is fine when you have 1 control in the form,

what is the case when we have 15+ such form controls and doing this way @input/ @output is what google has done by [(ngModel)] behind the scene RIGHT..

Agree??
Correct me also if I wrongly understood..

himanshuupreti