angular18 Questions
2
I migrated my angular 17 project to angular 18 and fount out that proxy.conf.json did not worked for me. What might be the problem here? Thank you in advance
"{
/api/*": {
"target&...
Adkison asked 22/7, 2024 at 12:10
2
Solved
I upgraded to Angular 18 (and adjusted the theming styles to the Material 3 SCSS API), but I can't figure out how to define typography scale levels (font sizes) with the new API. It used to be done...
Stipitate asked 27/5, 2024 at 9:19
6
Problem
After generating a workspace with the new @angular/cli@18 package, I am unable to determine how to reference image assets placed in the /public folder.
This did not seem to be an issue with...
Balaam asked 24/5, 2024 at 0:58
1
Solved
I have migrated my app to zoneless thanks to provideExperimentalZonelessChangeDetection() and having a mix of signals and Observables +AsyncPipe.
Do I still need the OnPush ChangeDetection Strategy...
1
Solved
After upgrading my Angular core libraries to version 18, I migrated to Angular Material 18 by running:
ng update @angular/material
The update went smoothly but when I tried to compile my app I got ...
Weese asked 23/5, 2024 at 19:58
1
Solved
Could anyone advise after Angular update up to 18 I got:
An unhandled exception occurred: (0 , os_1.availableParallelism) is not a function
In angular-errors.log
[error] TypeError: (0 , os_1.availa...
Soandso asked 23/5, 2024 at 10:11
1
In the new version of Angular V17, the @if directive can be used as a replacement for ng-container, which is fantastic. However, sometimes *ngIf is more concise, such as when determining whether to...
Gehrke asked 23/11, 2023 at 2:42
1
© 2022 - 2025 — McMap. All rights reserved.