burkeholland / nativescript-statusbar

A NativeScript plugin to change the style of the status bar. Currently ios only.
MIT License
32 stars 14 forks source link

Issue with Angular 10 Nativescript 7 Incompatibility #23

Open alereisan opened 3 years ago

alereisan commented 3 years ago

After upgrading to Angular 10 and Nativescript 7 I see this error:

ERROR in The target entry-point "statusbar-directives" has missing dependencies: nativescript-angular/element-registry./../

It is because of import "nativescript-angular" should be changed to "@nativescript/angular", see: https://nativescript.org/blog/angular-10-support/

chuckmitchell commented 3 years ago

Is there a pull request for this?