Angular 12 @Input Property Binding Example

Angular’s best feature is component. We can divide different modules into a number of components. Where each component having its own responsibility to perform. But, sometimes these components may need to communicate with each other and share data having each other’s dependencies. In this post, we will discuss a simple example app which will share […]

Angular 12 @Input Property Binding Example Read More »