I use AngularJSFrameWork as a template in my project.
I do not want to use only Angular , but also insert some HTML.
Ex from Angular Tutorial :
<body>
<my-app>Loading...</my-app>
<hr />
<my-app>Loading...</my-app>
</body>
I want to reuse a selector, but the second call is not replaced by a pattern.
Is there a way to reuse a component when inserting different data between calls?
I know how it Angular2works with the global component and children, but is there any way around it? How to use partial components?
I know that this can be done, for example this .
, 3 , 3 ?
?