I have two libraries which i use in my angular application that are great for local development but should not go up into our production builds.
The two libraries are angular-in-memory-web-api and @ngrx/store-devtools
These libraries must be imported into the app.module
Is there a way to have these two imports removed when i go to make a production build or do i need to keep removing them manually on release?