Closed jrista closed 4 years ago
I somehow have a deja vu now... https://github.com/FortAwesome/angular-fontawesome/issues/208. 0.6.1 is not compatible with Angular 8 as described in the README.
Oh yes, I remember now. :P I upgraded all the libraries related to @fortawesome, including this one...then the build broke. Turns out, keeping it at 0.5.x works with the latest versions of the @fortawesome libs. Thanks!
Describe the problem
Error occurs during production build with Angular 8 and Ionic 4. Error with property 'kind' of undefined?
What did you expect?
A successful build.
Reproducible test case
Can't be done with 'blitz as its an ionic project.
1) Create new Ionic 4 app 2) Install angular-fontawesome 0.6.1 3) Reference icons in the faIconLibrary in app.module 4)
ng build --prod