Skip to content

Comments

fix(angular): add missing providers#1497

Merged
wnvko merged 3 commits intomasterfrom
hhristov/add-missing-providers
Feb 20, 2026
Merged

fix(angular): add missing providers#1497
wnvko merged 3 commits intomasterfrom
hhristov/add-missing-providers

Conversation

@Hristo313
Copy link
Contributor

Add missing providers in the angular base and in the empty template app configs.

Closes #1496

@coveralls
Copy link

coveralls commented Feb 20, 2026

Coverage Status

coverage: 70.369%. remained the same
when pulling a2bf7bf on hhristov/add-missing-providers
into b8f5b53 on master.

@Hristo313 Hristo313 requested a review from wnvko February 20, 2026 15:20
wnvko
wnvko previously approved these changes Feb 20, 2026
@@ -1,11 +1,18 @@
import { ApplicationConfig, EnvironmentProviders, Provider, provideZoneChangeDetection } from '@angular/core';
import { ApplicationConfig, EnvironmentProviders, Provider, importProvidersFrom, provideZoneChangeDetection } from '@angular/core';
import { provideRouter } from '@angular/router';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be the last import or at least auto ordering is placing it there

@wnvko wnvko merged commit 0fa3e66 into master Feb 20, 2026
3 checks passed
@wnvko wnvko deleted the hhristov/add-missing-providers branch February 20, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default Angular project is missing some dependencies setup

3 participants