1.0.15 • Published 6 years ago

wfm-ng-hello-world v1.0.15

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago