platform/lib/angel_route.dart

6 lines
162 B
Dart
Raw Normal View History

/// A powerful, isomorphic routing library for Dart.
2016-10-11 18:53:32 +00:00
library angel_route;
2016-10-12 17:58:32 +00:00
export 'src/route.dart';
export 'src/router.dart';
export 'src/routing_exception.dart';