wwwalkerrun / nativescript-ngx-magic

Magically drop a NativeScript app into your Angular web app and reuse all your code.
MIT License
48 stars 8 forks source link

ng g component not update folder in main src/app folder #6

Open vforv opened 7 years ago

vforv commented 7 years ago

After I do ng g component somecomp it update component in nativescript folder but not also in main src/app folder I need to restart IDE to see changes... I am using netbeans and ubuntu OS.

Also after I build new prject I add just this line: moduleId: module.id, in decorator and evrything works fine, is it necessary to change all other this like you in README file and why?

Anyway thanks for awsome tool. Keep doing great job!