This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
0
You've already forked angular-docs-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
angular-docs-cn
/
modules
/
angular2
/
test
/
transform
/
two_deps_files
/
index.dart
8 lines
83 B
Dart
Raw
Normal View
History
Unescape
Escape
feat(dart/transformer:: Initial commit of ctor stubs & annotation register Closes #646 Closes #496 Closes #498
2015-02-17 08:38:54 -08:00
library
web_foo
;
import
'
bar.dart
'
;
void
main
(
)
{
refactor(dart/transform tests): Use actual directive def'n instead of mock. In the transformer unit tests, we previously used a mock directive annotation. This update substitutes the actual Angular2 directive annotations. Closes #706
2015-02-19 10:20:38 -08:00
new
MyComponent
(
'
Things
'
)
;
feat(dart/transformer:: Initial commit of ctor stubs & annotation register Closes #646 Closes #496 Closes #498
2015-02-17 08:38:54 -08:00
}
Reference in New Issue
Copy Permalink