Pass variable from parent to custom child component – Angular 9

Pass variable from parent to custom child component – Angular 9 ?

This tutorial guides you on how to pass variable from parent to custom child component in Angular 9 application. Let’s see an Angular 9 example code for custom components and databinding, and you will also learn how to pass data… Read More!

angular tutorials

Angular 9 : Can’t bind to ‘itemElem’ since it isn’t a known property of

This tutorial guides you on how to resolve Angular 9 application error Can’t bind to ‘itemElem’ since it isn’t a known property of ‘app-item-element’ that you are getting when running the below angular code.