FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.49k stars 152 forks source link

FontAwesomeModule missing in '@fortawesome/fontawesome-svg-core' - why? #394

Closed Alex-1557 closed 1 year ago

Alex-1557 commented 1 year ago

BackendTst_12302022_233142

{ "name": "angular-backend-tst", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-backend-tst", "version": "0.0.0", "dependencies": { "@angular/animations": "^15.0.4", "@angular/cdk": "^15.0.3", "@angular/common": "^15.0.4", "@angular/compiler": "^15.0.4", "@angular/core": "^15.0.4", "@angular/forms": "^15.0.4", "@angular/material": "^15.0.3", "@angular/platform-browser": "^15.0.4", "@angular/platform-browser-dynamic": "^15.0.4", "@angular/router": "^15.0.4", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "angular-fontawesome": "^1.0.0", "font-awesome": "^4.7.0", "generate-schema": "^2.6.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" },

devoto13 commented 1 year ago

Because FontAwesomeModule is in @fortawesome/angular-fontawesome 🤔

Please follow the installation and usage instructions in the README file.

devoto13 commented 1 year ago

Hope you were able to resolve your problem by now. If you still experience the problem and believe that there is a bug in angular-fontawesome, please provide a minimal reproduction we can look at.