maiyaporn / angular2-wizard

Angular2 - Form Wizard Component
118 stars 119 forks source link

f.ngOnInit is not a function throws error on development but works locally #55

Open maddy81818181 opened 6 years ago

maddy81818181 commented 6 years ago

anyone is running with same issue, locally It works absolutely fine but when I pushed to dev it throws an error "f.ngOnInit is not a function". Trying to find the root cause for it still Any suggestions ??

Priyank1504 commented 6 years ago

Hey @maddy81818181 I'm getting the same issue with ng build --prod. As a workaround, for now, try building your application using ng build -prod--extract-css=false that works for me.

alessandrov commented 6 years ago

hey guys, I am struggling with this since days

lucky i searched here too, ANY IDEA?

k11k2 commented 6 years ago

Is there any update ?

RajeshMunirathinam commented 6 years ago

Do anyone got a solution for this issue..?

faizalrazak commented 5 years ago

Any update on this issue? @maiyaporn ?