Angular Material is an implementation of Material Design in Angular 2/4/5/6. DO NOT use this tag for AngularJS Material questions.
I have a table displays so many rows, I want to optimize the performance of it. I've found a solution …
angular typescript angular-material2 angular6 angular-cdkI am trying to implement an app with a login page and then when the user is logged in, there …
angular angular-material angular-material2 angular-routing angular-routerI am having trouble aligning items using Angular Flex Layout. The below snipper doesnt align the <md-icon> to …
css angular flexbox angular-material2 angular-flex-layoutI am making use of the mat-autocomplete component with an input as per the examples in the docs, and I …
angular angular-material2 angular-material-6In Angular, is it possible to have a linear stepper where the individual steps are separate components? For example: <…
angular angular-material angular-material2 angular-material-stepperThe code below shows an Autocomplete form control that allows selection of a US state. <mat-form-field class="example-full-width"> &…
angular angular-material angular-material2I'm trying to use Angular Material in my project and the tags are imported, but not all of the styling …
angular-material angular-material2 angular-material-5I'd like to use Angular Material 2 library, because of its (growing list of) components. But i'm used to bootstrap and …
javascript css twitter-bootstrap angular angular-material2I'm trying to get the sidenav to work using the official open/close example. I'm new to Angular, so I'm …
angular5 toggle angular-material2 mat-sidenavI am implementing a feed screen like twitter that contains images and text. I am using angular 4. Currently I am …
angular angular-material2 virtualscroll