Top "Angular7" questions

Questions about Angular version 7, the web framework from Google.

Loop array and return data for each id in Observable

Using RxJS v6 is challenging to retrieve data from sub collection for every item in the loop. There is no …

angular rxjs observable angular7 rxjs6
Can I change the default mat-paginator size depending on screensize?

I have a angular project with a mat-table and a mat-paginator, similar to the following: <div class="mat-elevation-z8"> &…

angular angular7 paginator
How to set base path for static files in Angular 7?

I have tried three approaches. 1st : index.html <base href="/customer"> 2nd : app.module.ts @NgModule({ providers: [{provide: …

angular angular7 angular-routing angular7-router
Is there a way to name a route in Angular 7?

I was wondering if there is a way to name my routes in Angular7 so I could just call [routerLink]="…

angular angular-router angular7
Ngrx store getting error as Property 'ofType' does not exist on type

I am trying to develop a application using ngrx/store getting error. unable to figureout the issue. any one help …

ngrx angular7 rxjs6 ngrx-store ngrx-effects
Set sass variable value in Angular 7

I have been working with angular for the last few weeks, and now I have a requirement to dynamically style …

javascript angular sass angular6 angular7
Angular Material Vertical Stepper single form .reset() not functioning correctly

I've been working on a stepper element for one of my web pages and have tried to implement the .reset() …

angular angular7 angular-material-stepper
Ionic 4 Angular 7 - passing object/data to another page

I would like to pass a JSON object to another page. What I've tried is to pass the JSON string …

ionic-framework angular7 angular-router ionic4
Angular 7 HTTP Interceptor is not working

I am new to Angular and I am trying to implement api call which send token in header on all …

angular7 angular-http-interceptors
CORS error when adding Azure AD authentication

Trying to add Azure AD authentication to an Angular 7 webapp with a .net core 2.1 backend. However, I get the CORS …

c# angular azure-active-directory angular7 .net-core-2.1