Daniel Kimmich
Daniel Kimmich
@crose9876 This seems to be related to the following issue: https://github.com/ng-packagr/ng-packagr/issues/1631 Is it an option for you to provide the related SCSS code as an [asset](https://github.com/ng-packagr/ng-packagr/blob/main/docs/copy-assets.md)? I don't see a...
@Wlada your issue is unrelated, you need to use v3.x with Angular 14.
@crose9876 @johannesjo The issue with ng-packagr is tackled by #119
@crose9876 With v5 there is a new feature that you can use a single entrypoint. You just have to import like the following: `@use "angular-material-css-vars" as mat-css-vars`, and you can...
@crose9876 No worries, there is no rush :) Thanks in advance!
Initialization of `$default-theme` is present again in the code. Does the error still persist?
From now on, GitHub releases will be created which contain information about the changes, especially the breaking changes.
IE11 support has been deprecated in Angular v12 and removed in Angular v13, so this hack is obsolete now.
I'm late to the party, but this is expected behavior of `ApplicationRef.isStable`. When there is any open Observable in your application, it will never be considered as stable, see the...
In case you are looking for a library with i18n support, check this out: https://json-derulo.github.io/angular-ecmascript-intl/#/pipes/relative-time