0.0.1 • Published 3 years ago

tutorial-lib v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
3 years ago

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
  ]