The issue
I have this error after installing @flatfile/angular and importing it to the application module. My application hasn't called this package yet, I don't understand why it's giving me such an error.

Environment
- Node v16.15.0
- NPM v8.5.5
- Angular v11.2.13
- @flatfile/angular v3.1.0
Steps To Reproduce Issue
- npm i @flatfile/angular
- import flatfile package to the application module
- ng serve