[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-07-10 Thread R.
https://angular.io/guide/dynamic-component-loader -- 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

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-07-10 Thread R.
IMHO, with the current model of Angular, is not possible. I was concerned about that situation. Because all my ui components are available for any kind of users no matter his privileges -a user only must access its proper ui views, and not of the rest- when someone use devtools from Firefox or

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-05-30 Thread naveen atti
Hi Sander, can you please provide any best practice to load template content based on condition from web server using http to a particular component. Thanks, Naveen Atti. On Monday, May 29, 2017 at 7:02:03 PM UTC+5:30, Sander Elias wrote: > > Hi Naveen, > > Have a look for i18n support >

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-05-29 Thread naveen atti
Hi Sander, I don't want translation, for each country html and presentation logic is different,this is the reason i want to load template based on country. Thanks, Naveen Atti. On Monday, May 29, 2017 at 7:02:03 PM UTC+5:30, Sander Elias wrote: > > Hi Naveen, > > Have a look for i18n support

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-05-29 Thread Sander Elias
Hi Naveen, Have a look for i18n support in Angular, it enables you to translate all your templates using normal translation tools. With this system, you can generate an app for each language, and serve all you need. Regards Sander --

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-05-29 Thread naveen atti
Hi Sander Elias, i have an eCommerce application that supports for multiple countries, so for each country i want to load different Ui template, please provide any solution to change templateUrl path dynamically or to load template content dynamically for particular Component. Thanks,

[AngularJS] Re: How do you load a component's template from a backend webserver?

2017-05-29 Thread Sander Elias
Hi Naveen, Agular from version 2 and up do not support dynamic templates. Why is it you think you need those? 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