Alireza Mirian
Alireza Mirian
One of the things that I think can be a source of confliction and non-readability in angular 1 is that **attributes** can be used as both **directives** (normally behavioural directives)...
## Summary `@microsoft/api-extractor-model` now only supports reading model from a file, which introduces dependency to "os", "fs" and other dependencies specific to Node.js environment. If there were a `loadFromObject`, one...
In some situations where `md-autocomplete` is used inside `md-dialog`, whenever mdAutocomplete closes the suggestion menu, it removes the dialog's `md-scroll-mask` element! This results in blocking UI the next time a...
I'd like to add a tiny banner which says "this file is generated blah blah". It would be nice to have an option for it. Of course I can use...
**Describe the bug** Long story short, there are subtle differences in how chrome renders colors in transformed elements (especially in case of rotation) in headed vs headless mode, which seems...
In git, when you rename (move) some file, as long as the change in both paths is staged, git detects it as rename, and when you do `git status` you...
Current implementation doesn't support animating leaving or entering **children** (with `query(':leave')`). It seems it's necessary to have this feature in order to [animate route views](https://angular.io/guide/route-animations).
closes #22 As mentioned in #22, It's reasonable to show the passed `helperText` if there is no error.
fixes #12