docs(angular2/annotations): convert `[...]` links to use `{@link ...}` style inline tags
This is an example of how to link to other code components using the `link` inline tag.
This commit is contained in:
parent
a8533b2133
commit
66a2f9b23a
|
@ -4,7 +4,7 @@
|
|||
* @description
|
||||
*
|
||||
* Annotations provide the additional information that Angular requires in order to run your application. This module
|
||||
* contains [Component], [Decorator], and [View] annotations, as well as [Parent] and [Ancestor] annotations that are
|
||||
* contains {@link Component}, {@link Decorator}, and {@link View} annotations, as well as {@link Parent} and {@link Ancestor} annotations that are
|
||||
* used by Angular to resolve dependencies.
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue