angular-docs-cn/public/docs/dart/latest/guide/structural-directives.jade
Patrice Chalin f30d71a3cc docs(dev guide): cleanup of deprecated Jade mixin (#1322)
Replace uses of `liveExLinks` mixin and then deleted its definition.
2016-05-09 21:13:50 +01:00

10 lines
216 B
Plaintext

extends ../../../ts/latest/guide/structural-directives.jade
block includes
include ../_util-fns
block unless-intro
:marked
Creating a directive is similar to creating a component.
Here is how we begin: