You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Yeah, as noted in #52 (comment), the only pattern we support is using a field to implement a getter/setter. You can never override a field, either with another field, or a getter/setter (those two cases are the same underlying issue.)
So, as discussed in #52, we have two options: either it's an error and we need to patch Angular, because the current code doesn't work in Strong Mode, or we take a big codegen/readability hit on (at least) all public fields & some set of private fields.
This is another manifestation of overriding fields (see #52). This particular one is a common pattern in Angular.
At runtime, this triggers:
in
A
's constructor.The text was updated successfully, but these errors were encountered: