Thank you for answering, but how JiT will help me? Because I need to make smth like that working:
<myApp>@RenderBody()<myApp/> which will render smth like this: <myApp> <component1> <component1/> (... other html) <component2> <component2/> <myApp/>, which right now is being overwritten by myApp template and I cannot access it or smth like <myApp [html]="@RenderBody()">Loading...<myApp/> and then try putting rendered html from server to template directly, but this input is never binded that way, so how JiT vs AoT plays with it? Thanks W dniu środa, 28 grudnia 2016 18:27:17 UTC+1 użytkownik Sander Elias napisał: > > Hi Przemek, > > You can do that, but you need to use the JIT. Not taking advantage of AOT > is a pity, but if you live with that you are fine. > (just move the <myApp> inside your ServerSide template!) > > > Regards > Sander > > -- You received this message because you are subscribed to the Google Groups "Angular" 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.
