+1 vote
in Angular by
What is the difference between an Annotation and a Decorator in Angular?

1 Answer

0 votes
by

Annotations in angular are “only” metadata set of the class using the Reflect Metadata library. They are used to create an “annotation” array. On the other hand, decorators are the design patterns that are used for separating decoration or modification of a class without actually altering the original source code.

Related questions

0 votes
asked Sep 20, 2023 in Angular by DavidAnderson
0 votes
asked Jan 6, 2020 in Angular by sharadyadav1986
...