Reputation: 54
We have a developed a full Angular4 web app and now we're deciding to move towards mobile application, but we have some doubts regarding NativeScript.
Upvotes: 2
Views: 150
Reputation: 135
You can checkout a this repos:
https://github.com/jlooper/angular-starter
https://github.com/TeamMaestro/angular-native-seed
https://github.com/NathanWalker/angular-seed-advanced
All of them have the same objective, to share the same code base between the web and mobile and even desktop
Yes you have to use two different modules for web and mobile, but you can easily do it with angular dependency injection system(check the seeds's above)
Nativescript is also used by big companies check this out
Yes it can ;) check this out also you have other plugins to work with notifications.
Check the seeds :)
Upvotes: 1