2015-07-13 19:12:48 -04:00
|
|
|
library angular2.test.router.route_config_spec;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This is intentionally left blank. `route_config_spec.ts` contains tests specific
|
|
|
|
* to using untyped objects for users writing idiomatic ES5 or TS.
|
|
|
|
* The rest of the router tests have typed annotations, so there's no need to add
|
|
|
|
* additional tests here for Dart.
|
|
|
|
*/
|
2015-07-27 20:26:28 -04:00
|
|
|
main() {}
|