Top "Angular-material" questions

Angular Material is an implementation of Material Design in Angular.

How to add line breaks within tooltip in angular material design

How to add line break in tooltip I have implemented the Tooltip but i am not able to add multi …

angularjs tooltip angular-material
How to change height in mat-form-field

How can I change height in mat-form-field with appearance="outline"? I need to reduce the mat-form-field. My input example

css angular typescript angular-material mat-input
Could not find HammerJS in angular 6

I use angular-material in my project. I am getting this warnings: Could not find HammerJS. Certain Angular Material components may …

angular angular-material hammer.js
Angular Material Design - Change flex value with screen size

I'm new to AngularJS so please bear with me. I'm using Angular Material Design and I have difficulties in identifying …

angularjs material-design angular-material
Angular Material Table Dynamic Columns without model

I need to use angular material table without model, because I don't know what will come from service. So I …

dynamic interface angular-material datasource
How can I pass a service variable into an Angular Material dialog?

For mdDialog, how do I pass in variable? Specifically, how to inject an Angular service into the dialog component?

angular angular-material angular-material2
Angular Compilation Warnings with Angular Material Declarations

I've experiencing a bunch of warnings when trying to compile after installing Angular Material (whether directly from npm or via …

angular angular-material hyperledger-composer
'mat-toolbar' is not a known element - Angular 5

I have created a new project, and I am trying to add angular-material. I have created material.module.ts in …

angular-material angular5
I am new to angular. I just installed angular material and angular animations in my small project and got some of the errors

I just ran the code npm install --save @angular/material @angular/animations. Its my package.json { "name": "cerpnew", "version": "0.0.0", "license": "…

angular angular-material
How to use mat-tab? mat-tab is not a known element error

I am trying to use mat-tab. I have added the below code in html <mat-tab-group> <mat-tab label="…

angular typescript angular-material mat-tab