Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFWEB-177 Update Styleguide app to Angular 18 #23

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ssaring
Copy link
Collaborator

@ssaring ssaring commented May 27, 2024

Includes:

 -includes update to TypeScript 5.4
- includes update to new Angular build system
- includes update to @angular-eslint/schematics@rc-v18 (final not ready yet)
@ssaring ssaring marked this pull request as draft May 27, 2024 11:29
@ssaring ssaring marked this pull request as ready for review August 5, 2024 13:24
@MariusAquarius
Copy link
Member

The triggered build does fail on this pull request, this happens because of outdated configurations for wdio, which will be fixed in this PR.

@Azaraky Azaraky self-requested a review September 10, 2024 13:21
imports: [],
providers: [
RecommendationService,
provideHttpClient(withInterceptorsFromDi()),
Copy link
Collaborator

Choose a reason for hiding this comment

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

I found this on the official Angular page for "withInterceptorsFromDi".
https://angular.dev/api/common/http/withInterceptorsFromDi?tab=description
Prefer withInterceptors and functional interceptors instead, as support for DI-provided interceptors may be phased out in a later release.

Maybe you should check this.

@Azaraky Azaraky self-requested a review September 10, 2024 13:30
Copy link
Collaborator

@Azaraky Azaraky left a comment

Choose a reason for hiding this comment

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

Added a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants