AckerApple / ack-angular-fx

Angular animations made easier
MIT License
34 stars 3 forks source link

Cannot read property 'igniter' of undefined #3

Closed CarlosAyala closed 7 years ago

CarlosAyala commented 7 years ago

This error appears on console

Uncaught TypeError: Cannot read property 'igniter' of undefined
    at processSelect (index.js:160)
    at getFxArray (index.js:141)
    at upgradeComponent (index.js:107)
    at Object.upgradeComponents (index.js:166)
    at Object.../../../../../src/app/module/layout/layout.module.ts (layout.module.ts:31)
    at __webpack_require__ (bootstrap 0984568…:54)
    at Object.../../../../../src/app/app.module.ts (app.component.ts:8)
    at __webpack_require__ (bootstrap 0984568…:54)
    at Object.../../../../../src/main.ts (environment.ts:9)
    at __webpack_require__ (bootstrap 0984568…:54)
AckerApple commented 7 years ago

I believe you are issuing CLI commands right? Can you paste your CLI commands?

Should be something like:

ack-angular-fx --select 200,childStag --effects fade --out src/prefx.ts
AckerApple commented 7 years ago

Also, try version 1.2.5

AckerApple commented 7 years ago

Closing due to inactivity and appears working as expected