How to create angular 2 component into Nativescript Application?
I'm using nativescript with angular 2.
I'm wondering how to rapidly create a ng component in a Nativescript Project.
For example into Angular 2 to create a component we are using ng generate component hello
.
Is there a nativescript cli solution for that?