Alan Agius
Alan Agius
@clydin would know more about this topic. > But like this, every application which uses the library will need to provide own translations for the texts used in the library...
What’s the use-case of needing a single JS file?
Somewhat related is that Sass also doesn't support package `exports` https://github.com/sass/sass/issues/3303
The sass actually doesn't actually support package exports, so the exports cannot be used to rename/shorten the paths of stylesheets, as such in the above case the `_theme.scss` need to...
> According to my testing it actually works - but only if the library is located under node_modules This works because Webpack sass-loader has it's own resolver but when using...
I do agree that we should provide a better DX experience for optional migrations.
Removing the `--force` flag actually provides a bit of more context. ``` ➜ v12app git:(master) ✗ ng update @angular/core@13 @angular/cli@13 @angular/cdk@13 --allow-dirty The installed Angular CLI version is outdated. Installing...
This is interesting. Couple of points from the official docs https://developer.apple.com/design/human-interface-guidelines/patterns/launching 1) The launch screen isn't a splash screen and should not be used as such. The launch screen should...
@robertIsaac, the problem here is that the above is only an error when using Ivy rendering engine, with View Engine which is used for production builds, this is valid. That...
@nhhockeyplayer, please refrain from spamming. It appears that you are experience issues unrelated to the original issue reported here. Ie `ng generate` inside a library project. I saw two errors...