Merge pull request #6058 from michaelmafort/patch-1

docs(): update events.ts
This commit is contained in:
Adam Bradley
2016-04-06 23:36:01 -05:00

View File

@ -6,6 +6,10 @@
*
* @usage
* ```ts
* import {Events} from 'ionic-angular';
*
* constructor(public events: Event) {}
*
* // first page (publish an event when a user is created)
* function createUser(user) {
* console.log('User created!')