Top "Angular5" questions

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

How to persist service data after reload in angular 5

I have a service to pass data between components and when called it works but when i reload the service …

angular angular-services angular5 angular-components
Mat select click outside not working, when drop down close

I have drop down made with Mat select angular component, I need to trigger an event when I clicked outside …

javascript angular angular5 angular-material-5
How to add mutiple header rows using angular material table

Parameter 1: Time Period {{element.value}} Parameter 2: Gender {{element.gender}} <ng-container matColumnDef="column3"> <mat-header-cell *matHeaderCellDef rowspan="2"> Patients …

html angular-material angular5 angular-material-table
Property 'take' does not exist on type 'Store<State>' ngrx/store

I'm trying to use the property 'take' when selecting a state in my feature but I'm getting the error Property …

angular ngrx ngrx-store angular5 ngrx-store-4.0
How to create range slider in angular 5

I tried ng2-ion-range-slider and ng2-nouislider using documentation described in github. When i add these component it showing "it …

angular5 rangeslider
Mat-select panel min-width

I'm trying to customize mat-select with multiple checkboxes. for some reason the panel get wrong min-width as below: and I …

angular-material angular5 angular-material2 angular-material-6
mat select not in certain position

i have a problem, when i add a picture in my page. The selected option like in this picture but …

angular angular-material angular5 angular-material-5
How to implement select all in mat-checkbox angular 5

Here is my html template <mat-card> <mat-card-content> <h2 class="example-h2">Select Employee</h2&…

javascript angular angular5 angular-material-5
how to add canonical link in angular 5

How to add canonical link in angular 5 dynamically <link rel="canonical" href="http://foobar.com/gotcah"/>

angular angular5 meta-tags canonical-link
input and output for the same variable

I have a variable that can be edited from parent and for child. parent.html: <div *ngIf="editEnabled"> &…

angular angular5 getter-setter