angular-cn/public/docs/_examples/attribute-directives/ts/src/app/app.component.1.html

4 lines
120 B
HTML
Raw Normal View History

<!-- #docregion -->
<h1>My First Attribute Directive</h1>
<span my-highlight>Highlight me!</span>
<!-- #enddocregion -->