You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
feat: update to Angular v10
BREAKING CHANGE: ngx-translate http-loader is now built for Angular 10, if you use Angular 9 or below please refer to the [compatibility table](ngx-translate/http-loader#installation) to know which version you can install
feat: update to Angular 7
BREAKING CHANGE: ngx-translate http-loader is now built for Angular 7, if you use Angular 6 or below please refer to the [compatibility table](ngx-translate/http-loader#installation) to know which version you can install
feat(HttpLoader): make prefix & suffix public to be set dynamically
This allows developers to update the path where the translation files are loaded from. It might be possible that this path is some kind of configuration option within the application.
fix(npm): use `@angular/common` peer dependency instead of `@angular/…
…http`
Use @angular/common instead of @angular/http and also use 2.3.0 instead of 2.3.1.