-
With wiredep-away, I can inject the dependencies using the following grunt task.
```
grunt.registerTask('testing','',function(){
require('wiredep-away')({
src: './app/index.html',
…
-
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
When…
-
Since we use the Overlay API from Angular Material the search input is not automatically focused.
The ocAutoFocus Directive seems to work like expected so it has to do something with the Overlay API.…
-
#### What is the expected behavior?
When dialog is opened inside mat-sidenav-container scroll strategies should work as usual. Block should block scrolling when dialog is opened, noop should allow …
-
As far as I know this is the official repository of the icons on npm, but last the last publish was 4 years ago:
https://www.npmjs.com/package/material-design-icons
End-users may have not internet…
-
The rules [directive-selector] and [component-selector] are false negative if no prefix is defined, but the style doesn't matches.
For example kebab-case style for directives doesn't throws an error.…
-
#### Bug, feature request, or proposal:
Feature request
#### What is the use-case or motivation for changing an existing behavior?
Popovers are not part of the current material design spec, howev…
-
## please see below code snippest
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { TranslateModule } from '@ngx-translate/core';
import { Flex…
-
#### Bug
#### What is the expected behavior?
Mat-list-item should always show matListIcon to the left
#### What is the current behavior?
When using ngSwitch, matListIcon is moved to the rig…
-
I'm currently searching to replace another no longer maintained country select and your package looks promising. But one of my issues with it is that it doesn't use Angular Materials [Select-Component…