Я пробовал запустить npm i blk-design-system-angular
и сделал ng-serve
, и у него есть одна проблема в одном из файлов _images.scss
.
after adding the {
in the _images.scss
file it run smoothly. Below is the example I copy paste from their website and put it in the app.component.html
to test run it. https://demos.creative-tim.com/blk-design-system-angular/# / documentation / grid
and don't forget to add your reference in the styles:
section in your angular.json
as per their Quick Start здесь.
"node_modules/blk-design-system-angular/src/assets/css/nucleo-icons.css",
"node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
"node_modules/blk-design-system-angular/src/assets/scss/blk-design-system.scss",
"node_modules/blk-design-system-angular/src/assets/demo/demo.css"
Однако он все равно загружает весь проект в node/modules
после npm install
, но вы все равно можете работать с классом с пустой страницы.