Skip to content
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
@chalin

Description

@chalin

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 with docs refers to NgStyle fragment of the named template-syntax example. By default @example fetches code from the API examples folder.
  • Links with URLs starting with either docs or examples refer to (respectively):

cc @kwalrath

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions