NativeScript / sample-Groceries

:green_apple: :pineapple: :strawberry: A NativeScript-built iOS and Android app for managing grocery lists
Apache License 2.0
485 stars 345 forks source link

refactor: replace NativeScriptModule with NativeScriptCommonModule #300

Closed sis0k0 closed 6 years ago

sis0k0 commented 6 years ago

NativeScriptModule should be imported only in the root NgModule. For all other feature modules, NativeScriptCommonModule should be used instead. Check out https://github.com/NativeScript/nativescript-angular/pull/1196.