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
Resolve cycle dependencies. I know, I know you tell me it's a bad design, but sometimes we do have them. For example when rendering tree structure of similar components (A renders B, B renders A etc.). It's a valid scenario and cannot be ignored.
ngModel implementation. It's probably just because I didn't find a better way to implement this. Imagine you need implement custom input component that supports ngModel property (e.g. <my-input [(ngModel)]="value" >) To achieve this we need two things:
Yes, subset of the styles from this style guide moved to the official one after a lot of discussions and meetings. forwardRef is not one of the issues that we agreed to be part of the official style guide.
Since, as mentioned in the readme, this repo is already deprecated, you can join the discussion here angular/angular.io#1151.
I didn't find aby mentions of this rule in official styleguide.
https://angular.io/styleguide
There are some cases where we need forwardRef:
The text was updated successfully, but these errors were encountered: