How to create angular 2 component into Nativescript Application?
Asked 07 September, 2021
Viewed 2.5K times
  • 53
Votes

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?

5 Answer