POSTS TAGGED ON "DECORATOR"
Extending the Component decorator in Angular 6
Decorators are an excellent way to add metadata information to a class / method / property / parameter. Angular uses quite a lot decorators. There are decorators for classes, properties, methods and even parameters. In this post we are gonna see how to extend the built-in Component decorator and create a custom one.
Continue Reading