1.0.15 • Published 8 years ago
wfm-ng-hello-world v1.0.15
Angular Hello World Component
This is an Angular Component which will display title 'Hello World!', when when used in the angular 5 projects.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development. See deployment for notes on how to deploy the project on a live system.
Prerequisites
Setup Angular Cli Project
ng new [project name]Installing
Install Angular Hello World Compoent
npm install wfm-ng-hello-world --saveimport Hello World Module in root module
import { HelloWorldModule } from 'wfm-ng-hello-world';In the module metadata, import the hello world module.
imports: [
HelloWorldModule
],In the following components template, please use the following tag.
<hello-world></hello-world>Deployment
Build the target application using following command and deploy live
ng build --prodAuthor
- Rakesh M R - Initial work - git home
License
This project is licensed under the MIT License - see the LICENSE.md file for details