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
This commit is contained in:
Misko Hevery
2015-10-12 21:32:41 -07:00
committed by Miško Hevery
parent d7ab5d44a5
commit 059e8faae2
7 changed files with 398 additions and 300 deletions

View File

@ -1 +1 @@
export {createUpgradeModule, UpgradeModule} from './src/upgrade_module';
export {UpgradeAdapter} from './src/upgrade_adapter';