[AngularJS] Re: Problems with Routing

2019-05-17 Thread Sander Elias
Hi JoJo, I believe that it doesn't run on your computer. But that's a bit hard to debug for me. Put your project on github/bitbucket/whatever, and share it with me, I can then take a look at the problem Regards Sander -- You received this message because you are subscribed to the Google

[AngularJS] tooltip after few characters [ angular 6 ]

2019-05-17 Thread Dev C
I would like to have tooltip enabled [angular 6 project ]only if incoming string length > 35 characters and then it should have ... elipses as well, On mousehover it would shown tooltip. I know ngbTooltip works but it does not get auto hidden, Can we use directive for this If anybody has such

[AngularJS] Re: Problems with Routing

2019-05-17 Thread 'JoJo Röder' via Angular and AngularJS discussion
Hi Sander, thank you for your answer. Take a look at the Project Tour of Heroes which works perfectly fine on StackBlitz. My Problem is, that Routing doesn´t work with any Project, if I try to serve it on my local Computer. I downloaded this Tour of

Re: [AngularJS] Re: angular 7

2019-05-17 Thread islem GUESMI
thank you , i want to get the id of table bill to use in table pay i don't know ho to use it ! Islem GUESMI N°tél:0753389566 guesmi.islem94 @gmail.com Le ven. 17 mai 2019 à 08:49, Sander Elias a écrit : > Hi Isiem, > > I'm not sure what you are asking? do you want to use a routerLink? >

[AngularJS] Re: angular 7

2019-05-17 Thread Sander Elias
Hi Isiem, I'm not sure what you are asking? do you want to use a routerLink? 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: Software recommendations needed : Get documentation from the code in VS code (Angular)

2019-05-17 Thread Sander Elias
Hi Nc, No, that's the only one I know of that can handle an angular app. But what is it you need? what's not provided by compodoc that you are currently missing? Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion"

[AngularJS] Re: Angular styles lost when reloading page with parameter

2019-05-17 Thread Sander Elias
Hi Oleg, Check your IIs logs on what files are requested (or your developer's console) I suspect the route handling on iis is not configured correctly. However, I can be completely off, as you don't really provide much detail to go on. Regards Sander -- You received this message because you

[AngularJS] Re: Execute a script to find a control and add a class to the control

2019-05-17 Thread Sander Elias
Hi Govind, If it's inside a route, it's inside a certain component, right? Use viewChild in that component, and add the class. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group

[AngularJS] Re: Best practice for displaying a spinner or similar with async pipe

2019-05-17 Thread Sander Elias
Hi Jamison, Yes, there is a best practice for that. Do something like this: Timer {{result}} loading... see it in action in this StackBlit z Hope this helps, Regards Sander -- You received this message because you are subscribed to the Google

[AngularJS] Re: How to combine two existing controllers (classes) into one new controller

2019-05-17 Thread Sander Elias
Hi Here2learn, Your merge should work, but I think you forgot to update the injector string/side. 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

[AngularJS] Software recommendations needed : Get documentation from the code in VS code (Angular)

2019-05-17 Thread NC
I need to get documentation from the code in VS code. Using Compodoc right now ... anyone have better suggestions? Please suggest. -- 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] Angular styles lost when reloading page with parameter

2019-05-17 Thread Oleg
Hello! When I deploy my angular app to iis, pages with router parameters are lost their styles on reload! Help! -- 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