Still need docs

This commit is contained in:
thosakwe 2016-10-12 14:00:55 -04:00
parent 064c831db0
commit 5644b67caf

View file

@ -102,12 +102,6 @@ Supports both hashed routes and pushState. The `BrowserRouter` interface exposes
a `Stream<Route> onRoute`, which can be listened to for changes. It will fire `null` a `Stream<Route> onRoute`, which can be listened to for changes. It will fire `null`
whenever no route is matched. whenever no route is matched.
```dart
main() {
}
```
`angel_route` will also automatically intercept `<a>` elements and redirect them to `angel_route` will also automatically intercept `<a>` elements and redirect them to
your routes. your routes.