Top "Angular6" questions

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

Ag-grid in Angular does not refresh when RowData is changed

I have fully set up an ag-grid in Angular 6 which shows all of the rowData correctly when the page is …

angular typescript ag-grid angular6 stackblitz
angular6 feature module lazy loading throwing error TypeError: undefined is not a function

I have this code in app-routing.module.ts, as per the new documentation in angular I went through the method …

angular angular6
After installing a CDK of angular getting an error during compilation

ERROR in node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts:29:9 - error TS1086: An accessor cannot be declared …

angular6
ng-select multi select checkbox with reactive forms in angular 6

Please go through the link(https://ng-select.github.io/ng-select#/multiselect-checkbox) to know ng-select multi select checkbox. I am trying …

angular6 angular-reactive-forms angular-ngselect
Angular 6 Async-await not working on http request

Hi im using angular 6 to call a rest api with the code below. I am trying to acheive making the …

angular async-await rxjs angular6 angular-promise
Alternative to /deep/

I want to change the styles of ng bootstrap pagination component and using /deep/ links in an Angular 6 app. The …

css angular angular6 ng-bootstrap
Angular 6 Services: providedIn: 'root' vs CoreModule

With Angular 6, below is the preferred way to create singleton services: import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root', }) …

angular angular6
How i can display a MatSnackBar from a Service with Angular Material?

Im using: Angular V6.1.0, Angular Material V6.4.1 Im trying catch the HTTP errors and show them using a MatSnackBar. I …

angular typescript angular6 angular-material-6 angular-observable
@angular/platform-browser/platform-browser"' has no exported member 'HammerLoader'

I tried to run "ng build", I'm getting following error. "ERROR in node_modules/@angular/material/core/typings/common-behaviors/common-module.…

angular angular-material angular6 angular-datatables
Angular v6, rxjs v6 error TS2339: Property 'pipe' does not exist on type 'OperatorFunction

I have updated code that worked fine with Angular 5.5/rxJS5.5 using the new pipe method to Angular 6/rxJS6 using the …

angular6 rxjs6