Questions tagged [angular-material-6]

Angular Material is an implementation of Material Design in Angular. This tag is for version 6.x of Angular Material for Angular 6. Do not use this tag for other versions or for AngularJS Material, the implementation of Material Design for the older AngularJS framework.

Usage

  • This tag is intended for questions which ask about Angular Material v6.x
  • Please take note that you should use the tag for AngularJS 1.x Material questions instead of this tag.

Goal

Taken from the official repo:

The goal is to build a set of high-quality UI components built with Angular and TypeScript, following the Material Design spec. These components will serve as an example of how to write Angular code following best practices.

Asking a question

  • Mention the versions of Angular and Angular Material you're using.
  • Reduce your issue to a small example
  • Post a reduced working code on plnkr.co or stackblitz.com
  • If there's a bug (or some unintentional behavior), try to troubleshoot the problem. (If it's a bug report, please create a new issue at Angular Material's Github repository instead.)

Learn more

To learn more about Angular Material, visit the following resources to help you get started:

310 questions
0
votes
2 answers

Angular and Material Multi-level Menu with Breadcrumb not working properly

I am working with angular 6 and angular material 6. Here i am trying to create multilevel menu with breadcrumb. I have worked multilevel menu with properly but can not able to navigate menu with selected breadcrumb. When i click on the selected…
0
votes
2 answers

Angular Mater 2 Normal Input

Is there a way to achieve a normal inpout biox with angular material 2? such as the image When ever i refer to the Docs In only see inputs where when click the placeholder text floats up.
0
votes
2 answers

Error importing angular material 6 custom theme in styles.css

I created a custom theme using Angular Material 6. When I import the theme in styles.css I get the error: ./src/styles.css (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./src/styles.css) Module build failed: Error:…
-1
votes
2 answers

How to capture closed event of mat autocomplete in angular material

Trying to get the closed event of mat autocomplete but getting undefined. I do not know why i am getting undefined. If anyone knows please help to find the solution. app.component.html:
-1
votes
1 answer

How to detect when an item is removed from an Primeng autocomplete | Angular 6

I am using a dynamic primeng autocomplete to let user select multiple items, but i am stuck on how to detect when user pressed the x to remove the item from the list. i know i can use the [(ngModel)] to detect value change, but my question is: Is…
Ali
  • 1,633
  • 7
  • 35
  • 58
-1
votes
1 answer

Use Angular material latest version in Angular 4 Application

I am currently working on angular application which is written using angular 4. And now I want integrate angular material latest into it. I just wanted to if this is possible. Soon after I integrate latest version and run npm run build:aot:prod it…
Selaka Nanayakkara
  • 3,296
  • 1
  • 22
  • 42
-1
votes
1 answer

Angular Mat Table Column Select and Deselect

Please go through link https://stackblitz.com/edit/angular-primeng-table-order-resize-toggle?file=src%2Fapp%2Fapp.component.html As per the link I need to do for Angular Mat table selecting and deselecting columns.
Chiran
  • 57
  • 2
  • 12
-1
votes
1 answer

Implementing button in angular mat-tab

I wanna implement the button based tabs using angular-material. I tried applying the class and other stuff. But, it was not working and couldn't find a way. I am following angular-material…
aadhira
  • 321
  • 1
  • 3
  • 16
-1
votes
1 answer

How do I validate input form field and show error using custom directive in angular material?

I am using reactive forms in Angular Martial 7 and I am trying to validate multiple emails separated by commas in input files, but it shows an error through custom directive. How can I fix this?
-2
votes
1 answer

Angular Material 6 and Materializecss

I have started to work with Angular Material 6. But I was not able to find out good CSS helper classes for that. My google search showed me Materializecss library. But it seems different front-end library even though they have mentioned it is based…
Sampath
  • 63,341
  • 64
  • 307
  • 441
1 2 3
20
21