Re: [AngularJS] Re: Initialize application with parameters

2019-04-25 Thread sanderelias
Oh I forgot, you need to parse the url with the browsers URL parser don't use Angular stuff there, as it will probably just backfire. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS

Re: [AngularJS] Re: Initialize application with parameters

2019-04-25 Thread sanderelias
Hi Paulo, Have a look at this: https://www.intertech.com/Blog/angular-4-tutorial-run-code-during-app-initialization/ If you still run into trouble, just come back here and I will help you along. Regards Sander -- You received this message because you are subscribed to the Google Groups

[AngularJS] Re: Initialize application with parameters

2019-04-24 Thread sanderelias
Hi Paulo, Do I understand it correctly that you want to use this number for the app initialization? the flow would be, parse the number out of the URL, then fetch some data from your server and after that the app should boot? With kind regards Sander -- You received this message because