ngx-hello
v0.0.1
Published
Greet in an Angular way!
Readme
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';