Top "Angular5" questions

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

CommonModule vs BrowserModule in angular

I am pretty new to the world of Angular. What is the difference between CommonModule vs BrowserModule and why one …

angular angular5
Problems with flask and bad request

I was programming myself a pretty nice api to get some json data from my gameserver to my webspace using …

flask angular5 flask-mysql
How to fire Angular 5 async validator onblur for FormGroup

I am using Angular version 5.0.1 and I'm trying to fire an AsyncValidator on a FormGroup on a blur event on …

javascript angular5 onblur
how to properly bind loaded data to @ng-select, angular5

Working with angular 5 and @ng-select I found some issues binding to previously selected data(in edit forms an such as) …

angular data-binding angular5 angular-ngselect
angular 5 validation date field using form builder

i have form and i want to validate date field on submit, i am using Form Builder, how can i …

angular validation angular5 formbuilder angular-validator
Agm-marker label

How to styling agm-marker-label - max-width for set text to center ? I can change label position but can't set min-width …

angular5 angular-google-maps
Disable p-dropdown depending selection of another p-dropdown PrimeNG

I am using PrimeNG in my angular app, I have issue with p-dropdown Question I have two dropdowns for country …

angular5 primeng primeng-dropdowns
Angular HTTP Interceptor - Display spinner in multi-module app

I'm trying to display the ng4-loading-spinner spinner for HTTP calls made to my API. I based my code on …

angular angular5 angular-http-interceptors
set selected value in angular5 ng-select programmaticaly

I'm using angular5 ng-select component: https://github.com/ng-select/ng-select and try to set the selected value (programatically) when the …

angular5 selecteditem selectedvalue angular-ngselect
Untyped function calls may not accept type arguments - Angular 5 http calls

I'm trying to fetch data from API using interface. Bellow is my temp interface export interface ITemp { id: number, name: …

javascript angularjs typescript angular5 angular4-httpclient