Sean
Sean
Thank you all for the information. Here is what I ended up doing to provide usable multi-line-mat-checkboxes in the latest version of Angular using `scss` ```scss // adds breaks to...
@spock123 from [angular fundamentals](https://angular.io/guide/component-styles#deprecated-deep--and-ng-deep): > The shadow-piercing descendant combinator is deprecated and support is being removed from major browsers and tools. As such we plan to drop support in Angular...
a LICENSE should really be added.
From `polyfills.js`, the functions `drainMicroTaskQueue()` and `Zone.wrap(callback, source)` are called infinitely.
I was observing this issue with Angular 7 running ngrid alpha 19, alpha 23; and Angular 8 running ngrid alpha 26
Apparently, this error was getting worse in nGrid 2 and Firefox ESR 68 and seems to be tied to ngx-translate (or perhaps other libraries that introduce DOM manipulating directives) I...
`systemctl --user enable [email protected]` should not work on the current master or dev release. `systemctl --user enable grive-timer@$(systemd-escape FOLDER).timer` Should be the current syntax as mentioned in this pull request:...
I face the same issue. To make this a little bit more clear: The following class shall be given ``` export class MedaFile { id: number; //part of JSON title:...