Krishna Sahu
Krishna Sahu
I have the same issue. Need this merge feature.
Does this library works with GIT bash for Windows? I tried it but facing some issue while running command. I wrote a script which is inspired from the docs -...
Nope. I did no changes in the code. It's the default angular setup which codesandbox provides.
@crisbeto Below is my color palette - ``` (color: (primary: (50: var(--primary-50, #e9f9e8), 100: var(--primary-100, #c9f0c5), 200: var(--primary-200, #a5e69f), 300: var(--primary-300, #81dc78), 400: var(--primary-400, #66d55b), 500: var(--primary, #4bcd3e), 600: var(--primary-600,...
Reproducible demo - https://stackblitz.com/edit/angular-wmnbjm?file=src/theme.scss
Hi @justinfagnani Is there any update on the status of this feature? Can you also let us know the timeline of the release please?
> Do we have plan to use Ivy for this library? @likymm @alexlungu10 I don't think the owner of this repo has any plan for it.
@Shah-ali I have written a custom logic for this issue. Whenever there is a change in query builder model (ngModelChange), I am calling below method to clear those values. ```ts...
Adding `vertical-align: middle;` on mat-icon-button fixes this issue. But should we add this fix inside the libary?
Same for mat-mini-fab button - https://stackblitz.com/edit/tzatnc-nkmxrp?file=src%2Fapp%2Fbutton-overview-example.html