@domoinc/angular-formly-templates-domobits

angular-formly-templates-domobits =================================

Usage no npm install needed!

<script type="module">
  import domoincAngularFormlyTemplatesDomobits from 'https://cdn.skypack.dev/@domoinc/angular-formly-templates-domobits';
</script>

README

angular-formly-templates-domobits

Angular-Formly templates using DomoBits

Getting Started

  • Install webpack and webpack server
    • npm install webpack -g
    • npm install webpack-dev-server -g

Running the project

  • Install Deps
    • (in the project directory) run npm install
    • (in the demo directory) run npm install
  • Start dev enviorment
    • In project directory run: webpack --watch
    • In demo directory run: webpack-dev-server
    • In dmeo directory run: webpack --watch
    • Open: http://localhost:8080/

Dev