This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
[Dart][API] Support angular.io doc relative links and code-regions #2049
Closed
Description
Here is an API doc excerpt illustrating this issue's use case
/* ...
* though it is better practice to bind to a component field or method. Try the
* [live example][ex] from the [Template Syntax][guide] chapter. Here are the
* relevant excerpts from the example's template and component class:
*
* {@example docs/template-syntax/lib/app_component.html region=NgStyle}
...
* [guide]: docs/guide/template-syntax.html#!#ngStyle
* [ex]: examples/template-syntax/#ngStyle
*/
@example
URL starting withdocs
refers toNgStyle
fragment of the namedtemplate-syntax
example. By default@example
fetches code from the APIexamples
folder.- Links with URLs starting with either
docs
orexamples
refer to (respectively):- angular.io/docs/dart/latest chapters
- http://angular-examples.github.io/ "live" apps
cc @kwalrath
Metadata
Metadata
Assignees
Labels
No labels