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
/
src
/
core
/
compiler
/
interfaces.js
6 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(change_detector): notify directives on property changes
2014-12-02 17:09:46 -08:00
export
class
OnChange
{
onChange
(
changes
)
{
refactor(OnChange): update message to ease debugging
2015-01-08 16:41:27 +01:00
throw
"OnChange.onChange is not implemented"
;
feat(change_detector): notify directives on property changes
2014-12-02 17:09:46 -08:00
}
refactor(OnChange): update message to ease debugging
2015-01-08 16:41:27 +01:00
}
Reference in New Issue
Copy Permalink