C

Coding Defined's Coding Defined

This blog contains articles on Nodejs, Asp.Net, Csharp.
CodingDefined.com is a web based blog, contains articles on
programming languages, frameworks and architectures.

  • Rated3.1/ 5
  • Updated 1 Year Ago

Custom Bindings using Input and Output Properties in Angular 7

Updated 5 Years Ago

Custom Bindings Using Input And Output Properties In Angular 7
In this post we will be learning about Custom Property Bindings using Input property and Custom Event Bindings using Output property. Just to get started we should know that all properties of a Component are only accessible inside the Component and not from outside.
Read More