I have a template that is heavily dependent on parent child relationships when it comes to CSS styling.
A tag(selector) wraps the component markup (html). Is there a way to hide that ? or is that a feature of angular2 and no workaround is possible?
I understand they seem to have replaced the "replace:true" option in the directives in angular1
Thanks!