d4b8b24406
Closure compiler with type based optimizations has a bug where externs for inherited static fields are not being honored. For Angular Elements this meant that 'observedAttributes' static field which is marked as an extern for the base HTMLElement class was getting renamed. This commit works around the bug by using quoted access of 'observedAttributes' that explicitly prevents the renaming. PR Close #23843 |
||
---|---|---|
.. | ||
component-factory-strategy.ts | ||
create-custom-element.ts | ||
element-strategy.ts | ||
extract-projectable-nodes.ts | ||
utils.ts | ||
version.ts |