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 compiler understands an HTML like syntax. However, while it looks like HTML, it's actually a template language the 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, without replacing significant parts of Angular, no this is not possible. If FTL components are directly usable in the DOM environment, you can use them inside an angular app, as any other 3rth party.
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 from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
