danvick / ngx-translate-nativescript-loader

A loader for `ngx-translate` internationalization library that loads locally stored translations for NativeScript Angular.
https://www.npmjs.com/package/@danvick/ngx-translate-nativescript-loader
7 stars 3 forks source link

Support for Angular 12 / NativeScript 8 #10

Open timoschlueter opened 2 years ago

timoschlueter commented 2 years ago

I am using this (awesome) plugin in a few apps which I migrated to NativeScript 8 recently. On npm install I get the following dependency warnings on my Angular 12/NativeScript 8 apps:

npm WARN @danvick/ngx-translate-nativescript-loader@3.0.1 requires a peer of @angular/common@^11.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @danvick/ngx-translate-nativescript-loader@3.0.1 requires a peer of @angular/core@^11.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @danvick/ngx-translate-nativescript-loader@3.0.1 requires a peer of @nativescript/angular@^11.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @danvick/ngx-translate-nativescript-loader@3.0.1 requires a peer of @nativescript/core@^7.0.0 but none is installed. You must install peer dependencies yourself.

The plugin seems to work fine though. Do you have any plans on officially supporting NativeScript 8 and Angular 12? I would highly appreciate it :)

arLevi commented 1 year ago

+1