ng-configurable-libs-sample

ng-configurable-libs-sample

MIT License

Stars
0

NG-CONFIGURABLE-LIBS-SAMPLE

Sample code for the tutorial Building configurable libraries with Angular Cli

Installation

git clone
npm i

Running the sample

Build the library

ng build --project=normal-lib # use --watch to live reload changes

Run the app

ng s
Related Projects