[AngularJS] uploaded image is reflecting after re starting ng serve command in angular 6

2018-10-19 Thread Vishnu Bidarakundi
0down votefavorite I am working on angular 6 and node project , after uploading image is saving in folder /assets/Images/uploades/image.jpg. uploaded images are dynamic

[AngularJS] Re: How to live build an angular workspace project

2018-10-19 Thread Sander Elias
Hi Christophe, Yes, once your libs are build, you don't need to rebuild them anymore, unless you make changes to them. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop

[AngularJS] Re: How to live build an angular workspace project

2018-10-19 Thread Christophe HOARAU
Hi, Another way that could help me, would be to be able to compile the application without having to build each individual libraries. That was what I was doing with webpack, the build process was building ts file linked in node_modules. This way I only had to build my applications, never the

[AngularJS] AngularJS: Using directive from inside another directive

2018-10-19 Thread jknapp
Hi all, I'm new so greetings! I'm trying to create some dynamic HTML using directives. A simple case worked fine in the case of a single directive but now I'm trying to get a little fancier and I'm not sure how this should work. Each of the directives below will need to apply ng-model

[AngularJS] Re: Error in Mat-Stepper implementation

2018-10-19 Thread Sander Elias
Hi Partha, Can you reproduce your issue on a stackblitz ? Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from

[AngularJS] Error in Mat-Stepper implementation

2018-10-19 Thread Partha Majumdar
Dear Sir/Madam, I have written a program in Angular 6 which has 4 stage Mat-Stepper. In the third stage, I call the Node.JS service to write data to Database. The situation is that if the Node Service call fails, then the 4th stage MAt-Stepper is displayed properly as expected. However, if

[AngularJS] Re: How to live build an angular workspace project

2018-10-19 Thread Christophe HOARAU
Yes but I'm making quite a lot of changes across lots of libs. If I could build an app package using libs source code directly I could reduce my build time by 100. On Friday, October 19, 2018 at 7:16:24 PM UTC+4, Sander Elias wrote: > Hi Christophe, > > Yes, once your libs are build, you

Re: [AngularJS] Re: Error in Mat-Stepper implementation

2018-10-19 Thread Partha Majumdar
Ok. I will try as I have never used it before. Partha Majumdar http://www.partha.majumdar.org On Fri, Oct 19, 2018 at 11:37 PM Sander Elias wrote: > Hi Partha, > > Can you reproduce your issue on a stackblitz > ? > > Regards > Sander > > -- > You received