README
WorkflowLib
Build
Run ng build workflow-lib --prod
Publishing
After building your library with ng build workflow-lib
, go to the dist folder cd dist/workflow-lib
and run npm publish
.
Run `ng build workflow-lib --prod`
<script type="module">
import workflowLib from 'https://cdn.skypack.dev/workflow-lib';
</script>
Run ng build workflow-lib --prod
After building your library with ng build workflow-lib
, go to the dist folder cd dist/workflow-lib
and run npm publish
.