Marko Stanimirović

Results 35 issues of 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...

bug
Project: Router Store

### 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...

Accepting PRs
community watch
Project: Component
15.x

### 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...

enhancement
Project: Component

### 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...

area: core
core: di
bug

## 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...

action: cleanup
action: review
area: core
target: rc

### 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...

feature
area: core
core: di
feature: under consideration

## 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...

state: blocked
area: core
action: global presubmit