chore(ionic): release beta.9

This commit is contained in:
Adam Bradley
2016-06-16 11:55:06 -05:00
parent c5a19f48d5
commit c15269341f
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ In the root of the package are ES5 sources in the CommonJS module format, their
Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package:
```
import {App, Page} from 'ionic-angular';
import {App} from 'ionic-angular';
```
### Bundles