Top "Angular6" questions

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

Specified module does not exist Angular 6

Can you tell me why I cannot use below CLI? It says Specified module does not exist. Same error for …

angular typescript angular-cli angular6 angular-cli-v6
Array of numbers in Reactive Forms, Angular 6?

I know we can add array of object to FormGroup with FormArray as follows: https://alligator.io/angular/reactive-forms-formarray-dynamic-fields/ ngOnInit() { …

angular angular6 angular-reactive-forms reactive-forms formarray
ERROR in node_modules/@types/pdfjs-dist/index.d.ts(63,39): error TS2304: Cannot find name 'unknown'

I m using ng2-pdf-viewer in angular 6 project, On project compilation it gives following errors ERROR in node_modules/@types/…

angular typescript angular6 pdfjs-dist
Positioning the mat-radio-buttons & options to the to the right of my screen - Angular 6

While using angular material radio buttons, I wanted to make them in 2 directions -> 2 at the left of the …

css angular radio-button angular6 angular-material-6
How to check if an input field is in focus in Angular 7

I have a form and I want to know if any of the input fields in the form are focused …

angular angular6 angular7 angular-forms
Disable particular dates in Angular Material Date picker

I'm trying to us Angular 6 Material datepicker for one of my projects. I need to disable particular dates or give …

angular angular-material angular6 angular-material-datetimepicker
Angular 6 - HTTP Response 200 is null in subscribe

I have the following Angular http.service.ts which I use to call the /login API. login(user: User) { console.…

angular post angular6 angular-httpclient
ngbDatepicker set value

In my Angular application, template driven form, I have a date of birth field and added ngbDatepicker for that field …

angular angular6 ngb-datepicker angular-template-form
Angular 6: Cannot read property 'get' of undefined

I am practicing with Angular and I have a problem when I try to use "Build-in Validators". I try to …

angular angular5 angular6 custom-validators
403 forbidden on express. Can't accept Authorization header

I have a REST Api, and all endpoints must send a response when the user has an authentication token (I …

node.js express postman angular6 httpforbiddenhandler