How decorators are passing its meta information to component classes in angular 2+?

31 Views Asked by At

We are declaring component decorators above the class names in angular components. How it is identifying the particular decorators for that particular component classes ? what is the code logic behind this ?

0

There are 0 best solutions below