For questions regarding Angular specific to version 15. Please include all relevant tags on your question; e.g., [Angular], [TypeScript], etc.
Questions tagged [angular15]
342 questions
0
votes
1 answer
@popperjs error TS2344: Type 'Options' does not satisfy the constraint 'Obj'
After upgrading my application to angular 15 I see these errors while trying to build it. It does not have any trace where it start and what is the issue. I did not use popperjs in my application, may be some deep dependencies are using it

Aniruddha Das
- 20,520
- 23
- 96
- 132
0
votes
0 answers
angular 15 TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': String contains non ISO-8859-1 code point
Angular 15
import { HttpClient,HttpHeaders } from "@angular/common/http";
import { Injectable } from "@angular/core";
import { Buffer } from 'buffer';
import { Observable } from "rxjs";
@Injectable({
providedIn:'root'
})
export class…

D999_X
- 3
- 5
0
votes
2 answers
rxjs interval will execute if another 2 observables are true
I'm writing an angular15 app with a youtube player component in it, i'm trying to work with rxjs but i think that i have one issue that i got wrong, the mergeMap. i'm really new to rxjs so sorry for any mistakes
I have 2 subscriptions, one for if…

ufk
- 30,912
- 70
- 235
- 386
0
votes
3 answers
Are angular material and flex layout compatible with each other?
I use the latest angular and material (15) but I want to use also flex layout.

Boldi
- 31
- 1
- 9
0
votes
1 answer
Errors on updating to angular V15 from 14
This error seems to be attached to the styling and custom theming, but everything seems to be correct according to documentations.
I have tried removing @include mat.all-component-themes($theme); but this only gives me plain html without styling or…

Noé Rivera
- 33
- 7
0
votes
0 answers
Metronic v7 Angular Demo1 upgrade to v8
I'm currently upgrading Angular to the latest Metronic going from v7 to v8. Im noticing that, a lot of missing components like the subheader and wizard 3 etc. How do we get around these issue when upgrading?
Thank you
I've Tried to read metronic…
-1
votes
0 answers
Error occurs in the template of component
I am working on updating a project to Ionic 7 and Angular 15, I've tried all of the solutions for this problem I could find online. Angular 15 apparently doesn't really need NgModule anymore with the new standalone modules, but it also shouldn't…

Eber Louback
- 1
- 1
-1
votes
2 answers
Server side angular app is very slow compared to non-ssr app
My angular app has been converted into server side and currently rendering it via node server. The dist size has been doubled now (3 + 3 Mb) due to server & browser folders.
Same app, I have built as a regular app (without SSR) and deployed on…

user2869612
- 607
- 2
- 10
- 32
-1
votes
2 answers
How to *ngFor through JSON (interface array)? Error TS7015: Element implicitly has an 'any' type because index expression is not of type 'number'
I know similar questions were asked several times before, but couldn't find my answer there.
I would like to iterate through an 'interface' array as you can see in the HTML part.
Angular component:
export class PlayerComponent {
…

Tomo
- 429
- 1
- 10
- 24
-1
votes
1 answer
Angular Material squared icon buttons
I use Angular Material for my UI - so for the buttons. This is, what I want:
I use raised buttons with text labels and icons - but when I want to have icons only - the raised buttons mat-raised-button is too wide.
(left mat-raised-button with no…

Konrad
- 4,329
- 10
- 54
- 88
-1
votes
1 answer
Why are my style overrides not working anymore after migrating Angular Material from version 14 to 15?
The material UI elements utilized in Angular 14 styles are overridden in angular 15 material, and themes are not working. Is there any blog or docs that can be referred to follow the steps for a smoother migration.
Styles overridden in material…

thirumurugan
- 1
- 1
-2
votes
1 answer
angular return not found for the product photoes
i have this problem for several weeks now, the product photos return not found and other property return fine,
i have test the api with postman and work fine , there is something wrong iam missing,
'iam using abgular 15 and .NET7,
the products and…