Michal
Results
1
comments of
Michal
You can add reference to the css styles and javascript in angular.json in: projects/{ProjectName}/architect/build/options set: ```json "styles": [ "src/styles.scss", "node_modules/@chrisoakman/chessboard2/dist/chessboard2.min.css" ], "scripts": [ "node_modules/@chrisoakman/chessboard2/dist/chessboard2.min.js" ], ``` Then you can use...