This project was generated with Angular CLI version 6.0.8.
After cloning, cd rhymetalk
Edit package.json and remove the following line:
"components": "file:dist/components",
Delete the package-lock.json file
From the command line:
npm i
ng build components
npm i components
ng serve website
Open browser to http://localhost:4200
The aim of this project was to demonstrate the method of creating and consuming a component library in Angular 6+ The talk showed how, by modifying a simple textbox component, functionality can be aded thoughout - maximum value for minimal code change.