Top "Angular6" questions

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

How to inject snackBarRef into a component with openFromComponent

The latest Material documentation says the following.. If you want to close a custom snack-bar that was opened via openFromComponent, …

reference angular6 snackbar
How to run Protractor e2e tests with different environment variables (Angular 6)

In e2e test I want to have environment variable similar to the one as in Angular app. Looks like …

angular protractor angular6 e2e-testing
Angular 6 using angular2-jwt

After the migration of my app from Angular 4^ to Angular 6 (newest version) I got a very weird error in my …

angular angular6 angular2-jwt
Angular 6 Nested FormGroup Template Validation

My form group structure looks like this (order.component.ts): this.orderForm = this.formBuilder.group({ customer: this.formBuilder.group({ name: […

angular angular6 angular-template
RXJS 6: new version of HttpInterceptor

I am in the process of adding rxjs_compat to my project in order to move to v6 of libraries. …

angular typescript rxjs angular6 rxjs6
Error when creating new project with Angular-CLI 6.1.2

I tried creating a new Angular project using ng new angular-6-boilerplate but I can't do it anymore with angular-cli …

angular typescript angular-cli angular6 angular-cli-v6
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
RxJS 6 switchMap Deprecated Symbol used

I've updated from Angular 5 to Angular 6. Now I'm trying to update my code to make it compatible with RxJS 6. .pipe( …

angular rxjs angular5 angularfire2 angular6
Angular HttpClient missing response headers

I am trying to get into angular lately. I have a paginated request. const myParams = new HttpParams().set('page', page.…

angular angular6 angular-httpclient
Include "assets" in your angular 6 library

It has been weeks now, that I search for a solution. I created (with ng generate library) a library with …

angular angular6 angular-library