Dependency Injection (DI) is a application design pattern. Angular has its own DI framework and used to increase the efficiency…
Style Binding Style binding is used to set a style of a view element. Style Binding starts with the prefix…
Property Binding Property binding is used to bind values to the DOM properties of the HTML elements. Every HTML element…
In this article, let us discuss about passing data from Parent Component to Child Component using @Input() decorator To send…
Angular provides many kinds of data-binding. Binding types can be grouped into three categories by the direction of data flow:…