tutorial-lib

This library is for the reusable components and services used by the toollive dev team for their general applications.

Usage no npm install needed!

<script type="module">
  import tutorialLib from 'https://cdn.skypack.dev/tutorial-lib';
</script>

README

TutorialLib

This library is for the reusable components and services used by the toollive dev team for their general applications.

Usage

Simply run npm install :

npm i toollive-lib

then import it in the module where you want to use it:

  import {FirstComponentModule, SecondComponentModule} from 'tutorial-lib';
imports: [
    BrowserModule,
    FirstComponentModule,
    SecondComponentModule
  ]