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
f98faf0702
angular-cn
/
modules
/
upgrade
/
upgrade.ts
2 lines
54 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(ngUpgrade): renames and docs BREAKING CHANGE: - Changes the terminology to Adapter and upgrade/downgrade - Removes the Module from the public API to prevent confusion
2015-10-13 00:32:41 -04:00
export
{
UpgradeAdapter
}
from
'./src/upgrade_adapter'
;