How to Fix Angular 9 Export CDK_Table
I was containerizing the front-end of a web application that was built in Angular 9 with Bootstrap and Angular Material. It was working on my local terminal. However, when I containerized it, several warnings and this error occurs.
What I Did?
Of course, Googled my way into it. Tried several blogs:
- Cleared the node_modules/
- Add/Save the plugin…
- Deleted the package-lock.json
- Clear the cache, etc…
Any possible solution that worked on some but doesn’t worked on me.
You can read details HERE.