mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Moves the `ClassPropertyMapping` into the compiler, rather than having to pass around the limited `InputOutputPropertySet` interface that is only implemented by `ClassPropertyMapping`. |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| README.md | ||
What is the 'annotations/common' package?
This package contains common code related to the processing of Angular-decorated classes by DecoratorHandler implementations. Some common utilities provided by this package help with:
- Static evaluation of different kinds of expressions
- Construction of various diagnostics
- Extraction of dependency injection information
- Compilation of dependency injection factories
- Extraction of raw metadata suitable for generating
setClassMetadatacalls