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:
Vendored
+1
-1
@@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user