This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d8c5ab232c
angular-cn
/
modules
/
examples
/
e2e_test
/
routing
/
routing_spec.dart
4 lines
59 B
Dart
Raw
Normal View
History
Unescape
Escape
example(routing): adding routing example and e2e tests
2015-07-09 13:25:58 -04:00
library
examples
.
e2e_test
.
routing
.
routing_spec
;
style(dart): Format with dartfmt v0.2.0 Format all pure Dart code with package:dart_style v0.2.0 Command: ``` find -type f -name "*.dart" | xargs dartformat -w ```
2015-08-04 15:05:30 -04:00
main
(
)
{
}