Top "Angular8" questions

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

Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class in angular 8

ERROR in node_modules/@angular/common/http/http.d.ts:2801:22 - error NG6002: Appears in the NgModule.imports of AppModule, …

angular8
Angular 8 showing blank page with no errors

I am developing an Angular 8 application that will login to a .Net Core Rest API using JWT Token Authentication. When …

angular angular8
Angular 7/8 - How to get url parameters in app component

I have Single sign on in place but for testing I want to read the values from the url localhost:4200/?…

node.js angular typescript ecmascript-6 angular8
Mat date start date end date validation angular 8

I am working on Mat date picker where I have start date and end date where I have one validation …

angular angular-material material-ui angular8 mat-datepicker
Angular 8 ng-build throwing MIME error with cordova

While executing ng build --prod --base-href ./ for building my cordova app, the final output throws an error as below. Failed …

angular angular-cli angular8 ng-build
ng serve is not working after Angular 8 update

Error Could not find the implementation for builder @angular-devkit/build-angular:dev-server ng serve Could not find the implementation for builder @…

npm angular-cli angular8
After update to Angular 8 CLI throws ".getColorDepth is not a function"

A collegue of mine upgraded our project to angular 8. I pulled his branch and run npm install. On his branch …

node.js angular typescript angular8
node_modules/ngx-toastr/toastr/toast-noanimation.component.d.ts(19,9)

shared.module.ts import { animate, state, style, transition, trigger } from '@angular/animations'; import { ToastrModule } from 'ngx-toastr'; import { BrowserModule } from …

angular typescript angular8
Angular 8 Intercept call to refresh token

I am trying to refresh access token if current access token is expired. I am sending multiple requests at one …

angular rxjs angular8 angular-http-interceptors refresh-token
Angular 8 project not working in Microsoft Edge and IE11

I need to make my Angular project work on both IE11 and Edge, but a very simple hello world is …

angular internet-explorer-11 microsoft-edge angular8