Data Binding in Angular Component
Sep 19, 2022 · 4 min read · In Angular, component contains typescript (where we write a code logic) and html (template code) files. To access the data between typescript and html code data binding is used and this Data Binding is mainly of two types - One way data binding - w...
Join discussion