This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
0
You've already forked angular-cn
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
angular-cn
/
modules
/
angular2
/
src
/
util
/
decorators.dart
2 lines
39 B
Dart
Raw
Normal View
History
Unescape
Escape
refactor: rename annotations to metadata BREAKING CHANGE (maybe) Well as long as our customers use public API this should not be a breaking change, but we have changed import structure as well as internal names, so it could be breaking. import: angular2/annotations => angular2/metadata Classes: *Annotations => *Metadata renderer.DirectiveMetadata => renderer.RendererDirectiveMetadata renderer.ElementBinder => renderer.RendererElementBinder impl.Directive => impl.DirectiveMetadata impl.Component => impl.ComponentMetadata impl.View => impl.ViewMetadata Closes #3660
2015-08-14 10:03:45 -07:00
library
angular2
.
core
.
util
.
decorators
;
Reference in New Issue
Copy Permalink