Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

example(dart/toh-5): add extra region for use in API docs #2664

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/_examples/toh-5/dart/lib/app_component.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import 'heroes_component.dart';
directives: const [ROUTER_DIRECTIVES],
providers: const [HeroService, ROUTER_PROVIDERS])
// #enddocregion directives-and-providers
// #docregion heroes
// #docregion heroes, routes
@RouteConfig(const [
// #enddocregion heroes
// #docregion dashboard
Expand All @@ -45,7 +45,7 @@ import 'heroes_component.dart';
// #docregion heroes
const Route(path: '/heroes', name: 'Heroes', component: HeroesComponent)
])
// #enddocregion heroes
// #enddocregion heroes, routes
class AppComponent {
String title = 'Tour of Heroes';
}