docs(): enhance example (#1336)

This commit is contained in:
fredroo 2017-04-08 17:58:36 -03:00 committed by Ibby Hadeed
parent 1b429638fe
commit c15c11cf95

View File

@ -22,6 +22,7 @@ declare var window;
* this.ga.startTrackerWithId('YOUR_TRACKER_ID')
* .then(() => {
* console.log('Google analytics is ready now');
this.ga.trackView('test');
* // Tracker is ready
* // You can now track pages or set additional information such as AppVersion or UserId
* })