Top "Angular-material2" questions

Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.

Material Components for the Web vs Angular Material 2

Recently, the successor to MDL (Material Design Lite) project was launched as Material Components for the Web. One of its …

material-design angular-material2 material-components
Angular 6 MatTable Performance in 1000 rows.

I'm using angular material in my project and I'm using Mat-Table to render 1000 Product/row per table. When Change pagination (…

angular angular-material angular-material2 angular-cdk
How to correctly register font-awesome for md-icon?

The documentation of md-icon describes how to use font-awesome in several parts and suggests we could use font-awesome eventually like &…

angular-material2
How to place "mat-toolbar" on top of "mat-sidenav" Angular Material 5

I'm writing here since I have a question about Mat Toolbar and Mat-sidenav from Angular Material. I'm trying to get …

angular angular-material angular5 angular-material2 angular-material-5
Angular 4: When and why is @Inject is used in constructor?

Problem Statment I am learning Angular 4 and I have stumble upon a code where @Inject is being used in a …

javascript angular constructor angular-material2
Angular Material 2 Md-ToolTip with show conditionally

I am trying to use Angular Material 2's MdToolTip. The syntax looks like <span mdTooltip="Tooltip!">I have …

html css angular angular-material2
Angular-Material Sidenav cdkScrollable

The Angular Material CDK provides a Directive CdkScrollable, which allows you to listen to ScrollEvents of a specific container. I …

angular typescript scroll angular-material2 angular-cdk
Unit test Angular Material Dialog - How to include MAT_DIALOG_DATA

I am trying to unit test this material dialog to test if the template is rendering the right injected object. …

angular unit-testing karma-jasmine angular-material2 angular-test
Multiple material pagination in one component doesn't work in Angular

I try to create a component which includes two dataTables each of it with another dataSource. My Tables aren't visible …

angular typescript angular-material angular-material2 angular-datatables
How to hide header component on login page in Angular 4?

I am very new to angular 4 and angular material and i am still at learning phase. I am trying to …

angular authentication router angular-material2