b1df9a30f4
Currently, ngtsc has a bug where if you alias the name of a decorator when importing it, it won't be detected properly. This is because the compiler uses the aliased name and not the original, declared name of the decorator for detection. This commit fixes the compiler to compare against the declared name of decorators when available, and adds a test to prevent regression. PR Close #29061 |
||
---|---|---|
.. | ||
fake_core | ||
BUILD.bazel | ||
env.ts | ||
ngtsc_spec.ts | ||
sourcemap_utils.ts | ||
template_mapping_spec.ts | ||
template_typecheck_spec.ts |