Peter Martin
Peter Martin
As @dpolicastro mentioned none of these solutions work if only minHeight and not height) is set.
I refined the above work of @DanielHabenicht to handle minHeight. helper my-dialog.component.css: ``` // HACK Work around for Angular Material bug // Setting height or min-height placed .mat-dialog-actions immediately below...
Missed this earlier, but it appears to be the same as my #44. In addition my reinstated code includes error.json processing.
In addition to #1037, the above fix forces all modules to use child modules from the node_modules root regardless of versioning. No multiple versions warnings are given. If you really...
I too needed this. Unfortunately the plugin requires some internal changes to make the formatDate & parseDate tokens public. PR coming.
http://malsup.com/jquery/block/#faq FAQ states "BlockUI user Joseph Atkinson has kindly provided" http://malsup.com/jquery/block/blockUI.d.ts
I have got this working in a plugin (with support for partially entered dates) and hope to submit a PR soon
This breaks: `Array.from("abc")`
Is this in IE? IE does not build template elements with a content property, which can cause binding to go into an infinite loop. I had a similar problem with...