Top "Angular6" questions

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

Why mat-error not get displayed inside mat-form field in angular material 6 withcustom global validators

i am using angular material 6 ,i have a vaidation inside mat-form-field mat-error is not displayed , when move after mat-form-field to …

angular angular-material2 angular6 angular-material-6
Angular 6 - Why use @ngrx/store rather than service injection

I am recently learning Angular 6 with @ngrx/store while one of the tutorial is to use @ngrx/store for state …

angular5 angular6 ngrx-store state-management
Pre-populating and validating date in Angular 6 reactive form

All the rest of the fields are getting pre-populated except date for me. For testing purposes, i have hard coded …

angular6 angular-validation
Using scss as default style sheet in Angular 6+ (styleExt)

Apparently the way to declare the default stylesheet extension changed from Angular 6 onwards. The styleExt property in the angular.json …

css angular sass angular6 angular-cli
Angular httpClient interceptor error handling

after reading the documentation on angular about http client error handling, I still don't understand why I don't catch a 401 …

angular angular6 angular-http-interceptors angular-httpclient
How to reload or refresh only child component in Angular 8

I have two components, One parent and Other Child. HTML Part <div> <div class="row col-md-12"> &…

angular angular6 angular5 angular7 angular8
HTTP get call in Angular 6

I updated my Angular project to Angular 6 and don't know how to do http get requests. Thats how I did …

angular typescript angular6 angular-httpclient
Replace \n with <br> tag angular 6

I have a REST API with \n as backslash tags, can angular 6 replace these with <br> tags? Here's …

angular angular6
Pass multiple values to pipe in Angular 6

I need to create a search form in Angular 6 with pipe and must pass multiple arguments to pipe . nameSearch , emailSearch ,…

angular angular6 angular-pipe
Difference between ng add <package name> vs npm install <package name> in angular 6

As Angular6 has been released, They have added a new command ng add . Can anyone tell me what will be …

angular npm angular-cli angular6