0.0.1 • Published 6 years ago

ngx-hello v0.0.1

Weekly downloads
4
License
SEE LICENSE IN LI...
Repository
-
Last release
6 years ago

NgxHello

This is a simple angular library with exposes two components:

  1. A component for printing hello:
<ngx-hello></ngx-hello>

Outputs:

Hello Angular!
  1. A component for printing bye:
<ngx-bye></ngx-bye>

Outputs:

Bye Angular!

Installation

Install the library.

$ npm install --save ngx-hello

Import the module in app.module.ts...

import { NgxHelloModule } from 'ngx-hello';