hicsail / ionic-hockeyapp

Need HockeyApp in your Ionic application, add this package!
MIT License
18 stars 7 forks source link

Cannot find name ‘HockeyApp’ #9

Closed ChrisK1994 closed 7 years ago

ChrisK1994 commented 7 years ago

When i try to inject this module into app.component.ts constructor I get error, why?

import { HockeyApp } from 'ionic-hockeyapp';

constructor(public platform: Platform,
    public app: App,
    public hockeyApp: HockeyApp) { }

and I have imported HockeyApp in app.module.ts and made it a provider

gregfrasco commented 7 years ago

What current version is installed?

ChrisK1994 commented 7 years ago

HockeyApp: 0.1.6 Ionic CLI: 3.10.3 Cordova CLI: 7.0.1 Ionic-Angular: 3.6.1

gregfrasco commented 7 years ago

Fixed in v0.1.7