1.8.0 • Published 7 years ago

a2components v1.8.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

#Pre-Requisites Node.js – Make sure NodeJS is installed in your system Refer "https://nodejs.org/en/download/" to download and install Node.js.

Installation

Clone the repository and do npm install

Generate doc

gulp typedoc

Building library

npm run build

Publish component

npm adduser npm publish

Consume component

npm install a2components

Import component and added to declarations in app.module.ts

import { HelloAngular2 } from 'a2components/components'; declarations: HelloAngular2

Add HelloAngular2 selector to the app.component.html

wtc-hello-angular2