@seers/paradigm

This is a common ui and api component library developed for the CoalFlow application

Usage no npm install needed!

<script type="module">
  import seersParadigm from 'https://cdn.skypack.dev/@seers/paradigm';
</script>

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",
    ],