Skip to main content

Posts

Showing posts from October, 2022

Angular Basics - Angular Coding

  Angular supports multiple ways to add functionality to a component. One such way is to use decorators. These are design patterns that are prefixed with a class or method and enable the modification of a directive, filter, or service. These patterns provide configuration metadata that tell Angular what to do when it sees a change to a component.