[AngularJS] Migrating from angular 6 to 7 breaks grid on IE

2018-11-12 Thread JRPG Gamer
Had to use ms grids -- 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 it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email

[AngularJS] Dynamic routes not available when refreshing page or typing the url in the address bar

2018-11-12 Thread Jose Cristhian Padilla Pinto
Hi guys, please help with a problem, I'm loading my routes from a database through a web service. Once the page is loaded I can access all the routes using the links in the page and all works as expected. The problem is that those routers are not working when refreshing the page or typing

[AngularJS] Problem when loading routes from DB dynamically

2018-11-12 Thread Jose Cristhian Padilla Pinto
Hi guys, please your help with a problem I have. I'm loading routes from a DB through a web service and everything work as expected when using links to those routes. But when I refresh the page or I write directly the url in the adress bar the route does not work, why? 1) In the

[AngularJS] Re: CLI install error:

2018-11-12 Thread Tito
Hello there, Try this? npm config set http-proxy 104.16.27.35:443 npm config set https-proxy 104.16.27.35:443

[AngularJS] Re: Issue in loading dynamic components in individual angular tabs

2018-11-12 Thread murali krish
Hi Navaneeth, Am also having same issue. Were you able to fix this out? On Tuesday, December 19, 2017 at 8:33:23 PM UTC-5, Navaneetha Krishnan S wrote: > > I have a requirement where I need to load the angular components > dynamically inside a (/) tabs. By default when the page loads I wanted

[AngularJS] Re: CLI install error:

2018-11-12 Thread Rich Leach
Hola Tito! Thanks for the link buddy, I checked it out and it said I should check out my proxy settings, but I'm not sure what to set it to (I've never manually spec'd out a proxy for NPM)? Did you set your proxy manually when you installed your NPM version? Good to hear from you buddy

[AngularJS] Problem when loading routes from DB dynamically

2018-11-12 Thread Zlatko Đurić
The problem might be that your routes are not available at resolve time. You can go load the things later, but it doesn't matter any more, the router already failed. You could put the router loader config into app initializer though. Then routes would get loaded before the app starts. Can't

[AngularJS] Can we connect to a real database and unit test an angular application using jasmine & karma

2018-11-12 Thread Raghu Ram
Hi, Please reply me whether we can connect to a real database and unit test an angular application using jasmine & karma. Regards Raghu Ram -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group

[AngularJS] Re: Can we connect to a real database and unit test an angular application using jasmine & karma

2018-11-12 Thread Tito
what would you have stored in the databases, the string for the actual tests? On Monday, November 12, 2018 at 5:38:53 AM UTC-8, Raghu Ram wrote: > > Hi, > > Please reply me whether we can connect to a real database and unit test an > angular application using jasmine & karma. > > Regards > >

[AngularJS] CLI install error:

2018-11-12 Thread Rich Leach
I'm on Mac OSX 10.14 I have NPM 6.4.1 and I'm trying to install the Angular CLI, however when I run the install command: npm install -g @angular/cli (with or without sudo) I get the following error: FetchError: request to https://registry.npmjs.org/@angular%2fcli failed, reason: connect

[AngularJS] Migrating from angular 6 to 7 breaks grid on IE

2018-11-12 Thread JRPG Gamer
Hi i tried migrating from angular 6 to 7 and now my grid is not displaying correctly. In chrome everything is as it should be. But in IE each section has its own row which is not what is intended. here is what i used for the css. does anyone have an idea on how to fix this or should i

[AngularJS] Re: CLI install error:

2018-11-12 Thread Tito
hello senor Rich check this out https://github.com/npm/npm/issues/17947 On Monday, November 12, 2018 at 12:24:50 PM UTC-8, Rich Leach wrote: > > I'm on Mac OSX 10.14 > > I have NPM 6.4.1 and I'm trying to install the Angular CLI, however when I > run the install command: > > npm install -g