Trotyl Yu

Results 40 comments of Trotyl Yu

> If you approve, I can implement this and PR, should be pretty simple. @BaerMitUmlaut How do you make the compiler to **execute** a specific function in metadata, without running...

@BaerMitUmlaut The ivy one is not feature complete and currently WIP at https://github.com/angular/angular/pull/30301 Also, the schemas must be understood by language-service, thus cannot be runtime-only.

Hydration is only a lib stuff, nothing tied to the view layer, one can already provide custom `Renderer` to achieve it. Clear existing contents is an implementation-specific behavior of default...

@vytautas-pranskunas- There's an article for old V1 `Renderer`: https://blog.nrwl.io/experiments-with-angular-renderers-c5f647d4fd9e, should be easy to migrate: + Renderer -> Renderer2; + RootRenderer -> RendererFactory2;

Yes, the feature request is totally valid, but since it might still need to wait, one can made it in 3rd party library and share to public. Community inputs could...

Duplicate of https://github.com/angular/angular/issues/13764

Duplicate of https://github.com/angular/angular/issues/17867. `:ng-deep` is only used to provide deprecating stage, allowing user to drop this usage with a forgiving time period. It's never a designed new feature of Angular....

@cvmocanu The `ViewEncapsulation.Emulated` is an exact shim of Shadow DOM behavior, there won't be any so-called Angular rule for that.

@uniqname `arr[-N]` is **NOT** an option, see #1.

Relates to https://github.com/keithamus/proposal-array-last/issues/20