0.0.1 • Published 7 years ago
ngx-hello v0.0.1
NgxHello
This is a simple angular library with exposes two components:
- A component for printing hello:
<ngx-hello></ngx-hello>Outputs:
Hello Angular!- A component for printing bye:
<ngx-bye></ngx-bye>Outputs:
Bye Angular!Installation
Install the library.
$ npm install --save ngx-helloImport the module in app.module.ts...
import { NgxHelloModule } from 'ngx-hello';0.0.1
7 years ago