Angular
What is metadata in Angular?
Metadata is configuration information attached to a class via decorators (@) that tells Angular how to process and use that class.
Metadata is configuration information attached to a class via decorators (@) that tells Angular how to process and use that class.