Top "Angular6" questions

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

Angular 6 - Get current route and it's data

How do you able to get current route you're in and get's it's data, children and it's parent? say if …

angular6 angular-router angular-activatedroute
Angular Material mat-select dynamic data binding in Angular

I am using Angular 6 and Angular Material. When i click on Edit button the Secondary, SSC and Male Value will …

angular angular-material angular6 angular-material-6
angular 6 or 7: How to import RequestOptions and ResponseContentType in '@angular/common/http'

I have migrated angular 4 code to angular 6 and I want to know how to import below code in angular 6 or 7? …

angular angular6 angular7
Angular 6 - can't resolve all parameters for AppComponent

I am trying to build an application with Angular 6 and I am still setting everything up. But it seems there …

angular typescript dependency-injection angular6 ngx-translate
Angular/RxJS 6: How to prevent duplicate HTTP requests?

Currently have a scenario where a method within a shared service is used by multiple components. This method makes an …

angular rxjs angular6 rxjs6
Download PDF file, Angular 6 and Web API

I want to download PDF using Angular 6 and Web API. Here is the code implementation, mycomponent.ts download(myObj: any) { …

angular angular6 asp.net-core-webapi
How to get formControlName Programmatically in Angular 5 or above

Need to know, when you have a multiple controls in a form and you want to know to which control …

angular angular5 angular-reactive-forms angular6 reactive-forms
Angular: How to display a date in French format

I am an Angular beginner, I read the documentation of Angular, and it's hard for such an elementary thing... I …

angular internationalization angular6 angular-i18n
Is it good way to call subscribe inside subscribe?

I need to pass three data to one function from three different APIs: this.service.service1().subscribe( res1 => { this.…

angular rxjs angular6 angular2-observables
How to access form control and form group in angular reactive form

I would like to pipe a form group of a reactive form. Then I would like to do some checks …

angular angular6 angular-forms angular-pipe