xzegga / angular-knob

ng-knob for Angular and TypeScript with D3v4
MIT License
14 stars 12 forks source link

Fixes for intermittent undefined errors #2

Closed nayanuka closed 7 years ago

nayanuka commented 7 years ago

Intermittent javascript undefined errors ("undefined is not an object") have been fixed with additional null checks.

jacklau88 commented 7 years ago

here is an error when run app. Error: Module build failed: Error: ENOENT: no such file or directory, open 'H:\Projects\xxxx\node_modules\angular2-knob\index.js'

xzegga commented 7 years ago

Can you add more detail about your problem @jacklau88, what version are you using from: NodeJS TypeScript An screenshot of your problem

jacklau88 commented 7 years ago

my app is an ionic app.i install this plugin with your readme info. import { KnobModule } from "angular2-knob"; imports: [ BrowserModule, KnobModule, IonicModule.forRoot(MyApp), ],

then i run with command:ionic serve,no throws errors.but throws some error when hosting it.like this: image