Angular 9 : Bind to an @Output alias of custom events
This tutorial guides you on how to bind to an @Output alias of custom events. Let’s see how to assign alias to custom events and bind to that custom events using the assigned alias.
This tutorial guides you on how to bind to an @Output alias of custom events. Let’s see how to assign alias to custom events and bind to that custom events using the assigned alias.
This tutorial guides you on how to bind to an @Input alias of custom properties. Let’s see how to assign alias to custom property and bind to that custom property using the assigned alias.
This tutorial guides you on type definition for properties and object literal in Typescript and Angular. Let’s see how to declare types for properties and object literal using typescript in Angular code.
This tutorial guides you on how to resolve Error TypeError: Cannot assign to read only property ‘propertyX’ of object ‘[object Object]’. I was trying simple example myself on Components and Databinding and while binding to Custom Events I had stuck with this… Read More!
This tutorial guides you on how to pass data from child to parent component in Angular 9 application. Let’s see an Angular 9 example code for custom components and databinding, and in that you can learn how to pass data from… Read More!