I've recently set up an Angular project using CLI and I am interested in integrating the BLK theme by Creative Tim into this project. However, the only available option from Creative Tim is to download a pre-existing project and build upon that framework.
Unfortunately, I prefer not to take that route. Is there a way for me to incorporate this theme directly into my CLI project without having to start from scratch?
I attempted to install it using npm i blk-design-system-angular
but that approach was unsuccessful.