I am trying to teach myself angular2. I am trying to create a trigger-resize component that I want to display as:
<a class="hidden-xs" href=""> <em class="fa fa-navicon"></em> </a>
and NOT as:
<trigger-resize> <a class="hidden-xs" href=""> <em class="fa fa-navicon"></em> </a> </trigger-resize>
(I don't want the custom selector to display)
In angular 1. I know that this will be achieved with the "replace: true" option, but is it possible to do this in angular2?
respectfully
angular angular2-directives
happyZZR1400 Dec 27 '15 at 12:09 on 2015-12-27 12:09
source share