Marko Stanimirović
Marko Stanimirović
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
### Minimal reproduction of the bug/regression with instructions If a route uses custom title Resolver: ```ts @Injectable({ providedIn: 'root', }) class TestResolver implements Resolve { resolve(): string { return 'Test...
### Information Add migration that replaces `ReactiveComponentModule` with `LetModule` and `PushModule` on `ng update`. It should cover the following scenarios: 1. Import/export in Angular module: **Before:** ```ts import { ReactiveComponentModule...
### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? No ### Description When the title is added as follows: ```ts { path: '',...
### Information The `*ngrxLet` directive could be used to create a view model object in the template as follows: ```html ``` It would be possible to pass a dictionary of...
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description If we use the `inject` function with generic class (or abstract...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
### Which @angular/* package(s) are relevant/related to the feature request? core ### Description Unlike services, injection tokens cannot be provided at the component/route level without using `useFactory/Value/Class`. ```ts const BAR_TOKEN...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...