Skip to content

Commit

Permalink
Change readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundersoul committed Oct 6, 2016
1 parent ba5a1ba commit b48a73b
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,8 @@

# Learn how to create an Angular 2 Library

An example repository for learning how to build your own Angular 2 library. Learn how to:

- setup the library public API
- build the library
- version it
- publish it to npm
- package the CSS
- consume the library with SystemJs or Webpack

See further details in this blog post:
[How to create an Angular 2 component library, and how to consume it using SystemJs or Webpack ](http://blog.jhades.org/how-to-create-an-angular-2-library-and-how-to-consume-it-jspm-vs-webpack/)
# Angular 2 wrapper for intl-tel-input

# Installation

Clone the repository and do:

npm install

# Building the library

npm run build

## Install the SystemJs Example

cd examples/systemjs
npm install
npm run build
npm start

Then access [http://localhost:8080](http://localhost:8080)

## Install the Webpack Example

cd examples/webpack
npm install
npm start

Then access [http://localhost:8080](http://localhost:8080)

0 comments on commit b48a73b

Please sign in to comment.