Samuel Fernández
Samuel Fernández
# 🚀 feat(router-link): Accept UrlTree as input ### Relevant Package This feature request is for @angular/router ### Description Currently [`[routerLink]`](https://github.com/angular/angular/blob/master/packages/router/src/directives/router_link.ts#L142) directive accepts either an array of commands or a string....
It would be very nice to have documentation on how this plugin resembles and differentiates from `nx release`. Also, document how to migrate the configuration to the new integrated solution...
### Expected Behavior It creates the svg file in the repo ### Current Behavior The creation of the contributors svg fails ### Steps To Reproduce https://github.com/ng-easy/platform/runs/7371097328?check_suite_focus=true Error Message & Stack...
### What would you like? Run Cypress tests only after app initializers have completed. Or at least hook into that process and run a forced change detection after completing. ###...
### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information Right now deep signals only support record-like signals. Ideally it would also support array-like structures, providing the...
### Which @angular/* package(s) are relevant/related to the feature request? core ### Description Ideally, resource would expose a promise as part of its public API that: * Would be pending...