So I have smth like this, that lets say is test version of RenderBody() result: <myApp>
<component1></component1> </myApp> where component1 in template has some sample text and myApp template is empty, it still will not show component1 because it will always show myApp template, and template is required for component or am I missing smth? W dniu czwartek, 29 grudnia 2016 14:56:56 UTC+1 użytkownik Sander Elias napisał: > > Move <myApp> inside of the result @renderBody. > > If you need dynamic templating like this, you can't use AOT. (well, not > without doing some custom server things) > > > > -- 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.
