Top "Angular5" questions

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

Angular Material 5: how to call a function when a tab is selected (clicked)?

I have the following html code <mat-tab label="Regular" (selectChange)="tabClick()" (click)="tabClick()"> <h1>Some more …

angular angular-material angular5 angular-material-5
Angular 6: Can't bind to 'formGroup' since it isn't a known property of 'form'?

I have worked with form builder in angular 2/4, But now I am using it in angular 6. I have seen this …

javascript angular5 angular6 angular-forms angular-formbuilder
Angular 5, NullInjectorError: No provider for Service

Hello im trying to implement firestore into my web application, when i add the service to contructor the error: NullInjectorError: …

angular typescript google-cloud-firestore angular5
Error: Template parse errors: 'mat-card' is not a known element:

I started an Angular 4 Material project about two months ago with all the current npm installs at that time, and …

angular angular-material angular5
How to set color of toggle buttons

I have group of toggle buttons. They are very light and disappear in the background on poor monitors with a …

angular angular-material angular5
Use OpenLayers 4 with Angular 5

I'm trying to use OpenLayers 4 in Angular 5. Basically I just want to implement the QuickStart example from the official OpenLayers …

angular openlayers angular5
Set value of <mat-select> programmatically

I'm trying to set value of 2 fields <input matInput> abnd <mat-select> programatically. For text input everything …

angular angular2-forms angular-material2 angular5 angular-reactive-forms
How to mat-button-toggle by default selected in angular

How can I set default selected last button in toggle group. This is my code. <mat-button-toggle-group #group="matButtonToggleGroup"> &…

angular angular-material angular5
Angular material Paginator is not working

I am trying to add Angular Material Paginator on my app. MatPaginatorModule added in module. <mat-paginator #paginator [length]="100" [pageSize]="10" […

angular pagination angular5 angular-material2 angular-material-paginator
cannot determine the module for component angular 5

I'm getting following error when I build the Angular app using "ng build --prod". This is working when I build …

angular angular5