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
]