README
Paradigm
This is a common ui and api component library developed for the CoalFlow application
Installation instructions in a new Angular-CLI application
npm install @seers/paradigm
add the following to the styles and scripts sections of your angular-cli.json file:
"styles": [ "../node_modules/devextreme/dist/css/dx.common.css", "../node_modules/devextreme/dist/css/dx.light.css", ], "scripts": [ "../node_modules/jquery/dist/jquery.min.js", "../node_modules/devextreme/dist/js/dx.all.js", ],