Hello people, i need any tutorial or source code of how to make a hello world tag using @component . Using only angular2 works fine, but i’m struggling with ionic2. Thanks.
1 Like
I was struggling and searching for some hours too. Finally, I found this site which helps me a lot. Now, creating and including components is as easy as pie .
3 Likes
If you run ionic generate component demo
, Ionic will create a demo “hello world” component for you.