1.0.15 • Published 7 years ago

wfm-ng-hello-world v1.0.15

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

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 --save

import 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 --prod

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago