Top "Angular-material" questions

Angular Material is an implementation of Material Design in Angular.

Angular Materials: Can you disable the autocomplete suggestions for an input?

I'm just using simple input containers such as this <md-input-container class="md-block" flex-gt-sm > <label>Name</…

angularjs angular-material
ViewDestroyedError: Attempt to use a destroyed view: detectChanges

I have the following component that creates an MdDialog export class SideNavsComponent implements OnInit, AfterViewInit, OnDestroy { eventDispatcher: EventDispatcher authEmailDialogRef: MdDialogRef&…

angular typescript angular-material
Angular Material and Jasmine : " No provider for InjectionToken MdDialogData! "

I have a component which is meant to be used in an Angular Material MdDialog : @Component({ ... }) export class MyComponent { constructor(@…

angular jasmine angular-material angular-material2 mddialog
how to pass data from angular material dialog to parent component?

I'm using angular 6 and I have a button which opens a dialog. in my dialog, I have a form that …

angular typescript angular-material angular6
Open/Close sidenav from another component

I use angular (latest version) and angular material. There are 3 components: header.component, in which there is a control button …

angular typescript angular-material
How to use scrollStrategy in MatDialog?

I tried to make a scroll for a dialog in reposition strategy, but it doesn't work for me. const scrollStrategy = …

angular scroll dialog angular-material
How to pick date range in angular material 5.0.0 with datepicker?

I am using the latest Angular Material 5.0.0-rc0 in my Angular 5 app. I am trying to select a range of …

angular datepicker angular-material angular-material2
Tooltip issue, MatTooltip not working in Angular

I am trying to insert a notifications tooltip in my dashboard page, but the tooltip is not working. I am …

angular angular-material tooltip
Module not found: Error: Can't resolve '@angular/animations'

After using "npm install" and starting local server by "npm start" I started getting this error:- ERROR in ./~/@angular/…

angular angular-material npm-install
Angular Material with Angular 4

Are there any options to use Angular Material with new Angular 4? Official material.angularjs.org says: Angular Material recently released …

angular angular-material