Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: example/angular/routing/accessing_route_params_within_components/book.dart

Issue 135183008: First group of routing examples (Closed) Base URL: https://github.com/dart-lang/dart_by_example.git@master
Patch Set: Tweaks Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | example/angular/routing/accessing_route_params_within_components/book_component.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 library book;
2
3 class Book {
4 String title, description;
5 Book(this.title, this.description);
6 }
OLDNEW
« no previous file with comments | « no previous file | example/angular/routing/accessing_route_params_within_components/book_component.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698