ctusch
ctusch
Hey, inline styles are the `style` tag and the `style` attribute. I had a short look at the source and it seems like you only need the `style` tag in...
I'm also using Angular and I had to add ```"offscreencanvas"``` to the ```compilerOptions.types``` array in ```tsconfig.app.json```.
Thanks to @dmfenton's addon our rebuild times were reduced by 2/3 (from about 7 seconds to about 2). This should be part of ember-cli-sass!
It's the one he posted above: https://github.com/dmfenton/ember-cli-prune-style-tree I'm not sure if it works for every use case but we haven't had any problems with it.
We just had problems with compiling in-repo-addon styles using the app's outputPaths option. After some debugging I remembered installing above mentioned ember-cli-prune-style-tree addon. It only allows styles in the app...
Siemens maintains a fork with updated dependencies: [siemens/ngx-datatable](https://github.com/siemens/ngx-datatable)
I've added code to reproduce.