Base solution for your next web application
Open Closed

.NetCore + AngularJS4 template + Nodemon #3123


User avatar
0
feliw created

Hi,

Have you guys ever try Nodemon for development for ASPNetZero ? Because I'm not sure why Nodemon doesn't detect the changes for any files that I changes. So I need to do manual restart everytime I changes typescript.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We didn't try it actually. It seems like nodemon has some related issues, you can check/ask it here <a class="postlink" href="https://github.com/remy/nodemon/issues">https://github.com/remy/nodemon/issues</a>.

    Thanks.

  • User Avatar
    0
    feliw created

    Hi,

    Actually I have tried the fixed version that they mention but still no luck. Anyway maybe you can share which tools that you use best to work with AspNetZero other than Nodemon that you guys use in developement? :D :D

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Actually we don't use anything not included in our repository :). Normally angular-cli refreshes angular app when you made a change, why did you need nodemon ?