Skip to content

Commit

Permalink
Fix readme layout
Browse files Browse the repository at this point in the history
  • Loading branch information
PooperPig committed Jul 8, 2018
1 parent 392d96f commit cd62a3b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ Edit package.json and remove the following line:
"components": "file:dist/components",

From the command line:
npm i
ng build components
npm i components
ng serve website

npm i

ng build components

npm i components

ng serve website

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.

0 comments on commit cd62a3b

Please sign in to comment.