[AngularJS] Re: ANGULAR 6 with FTL pages

2018-10-21 Thread Srinivas Sria
Title: new angular development features and improvements with error handling webinar by google employees About Angular: Angular is a Typescript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations. What we’

[AngularJS] Re: ANGULAR 6 with FTL pages

2018-10-12 Thread Pradhap karthick
Hi Sander, Thank you for your reply. -- 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 g

[AngularJS] Re: ANGULAR 6 with FTL pages

2018-10-12 Thread Sander Elias
Hi Pradhap The Angular compiler understands an HTML like syntax. However, while it > looks like HTML, it's actually a template language that Angular compiles > down to a function, that manipulates the DOM directly. (that's the high-end > explanation, it's not 100% what happens technically) > So

[AngularJS] Re: ANGULAR 6 with FTL pages

2018-10-12 Thread Pradhap karthick
Thank you Sander for your reply. FTL ,I mean to say free marker template which is a combination of HTML templates and Java objects.Can you please suggest me can I use this in angular components instead of HTML? -- You received this message because you are subscribed to the Google Groups "Angul

[AngularJS] Re: ANGULAR 6 with FTL pages

2018-10-12 Thread Pradhap karthick
Thank you Sander for your reply. FTL ,I mean to say free marker template which is a combination of HTML templates and Java objects.C an you please suggest me can I use this in angular components instead of ftl -- You received this message because you are subscribed to the Google Groups "Angula

[AngularJS] Re: ANGULAR 6 with FTL pages

2018-10-12 Thread Sander Elias
Hi Pradhap, FTL? AFAIK that means Faster Than Light. Most of my components are slower;) >From its context, I think it means you don't want HTML syntax in your components, but something else. However, while not 100% impossible, it does mean that you need to bring your own compiler. The Angular co