docs(documentation): cosmetically improve the documentation

This commit is contained in:
Ken Sodemann
2017-09-25 21:37:41 -05:00
parent 4a71786684
commit ff7b05ed23
9 changed files with 26 additions and 35 deletions

View File

@ -13,7 +13,8 @@ import { ScrollView } from './scroll-view';
* import { Events } from 'ionic-angular';
*
* // first page (publish an event when a user is created)
* constructor(public events: Events) {}
* constructor(public events: Events) { }
*
* createUser(user) {
* console.log('User created!')
* events.publish('user:created', user, Date.now());