How to import Fomantic-UI into an Angular project
问题 I'm developing an Angular project base on Fomantic-UI framework (that is a fork of Semantic-UI). I have installed it: npm install --save fomantic-ui and then I have added the following lines in angular.json file: "styles": [ "node_modules/fomantic-ui/dist/semantic.min.css", "src/styles.scss" ], "scripts": [ "node_modules/jquery/dist/jquery.min.js", "node_modules/fomantic-ui/dist/semantic.min.js" ] I have also installed types for it with npm install --save @types/semantic-ui and, according to