Hi Raju,

Brett is correct.

However, I'm not sure what scenario you have in mind. In most
situations, template composition is done very well by simple angular
directives. Could you tell us more?

Nick

On 15-07-14 02:06 PM, Brett Ryan wrote:
> 
>> On 15 Jul 2015, at 01:27, Raju Madanu <raju.mad...@gmail.com> wrote:
>>
>> Hi,
>>
>> Can you please let me know if I can use Tiles with AngularJS?
> 
> Indeed you can. Tiles is a server side framework for composing a page out of 
> reusable components. As this is a server side framework it will compose on 
> the fly while sending the response back to the client. Since Angular starts 
> its bootstrapping after the DOM is loaded into the browser it does not care 
> what composed the page, it could be a static page or dynamically built.
> 
> While Angular can help you create a client side MVC page, tiles will help you 
> create a consistent layout for many pages, because of this tiles could be 
> advantageous in allowing you to reuse angular components in many views.
> 
>> Thanks,
>> Raju

Reply via email to