npm.io
0.0.15 • Published 7 years ago

ek-component-lib

Licence
Version
0.0.15
Deps
10
Size
1.1 MB
Vulns
0
Weekly
0

Project Title

This project is intended for Creating UI modules for EK-Step

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

How to install

npm install ek-component-lib --save
Installing

Put the following entry in module.ts where you intend to use it

import { EkComponentLibModule } from 'ek-component-lib';
@NgModule({
  imports: [
      EkComponentLibModule
  ]
})