a4-cacoe-switch

1.0.2 • Public • Published

nUI-COE-login

Important

This package supports Angular 4

Description

This login is responsive design, so feel free to try it in your desktops, tablets and mobile devices.

Installation

To install this component, follow the procedure:

Add dependency in package.json
 "dependencies": {
 
   "nUI-COE-login": "git+https://git.hclets.com/nUI-COE/LoginComponent.git"
}
  1. Install with npm:npm install
  2. Add LoginComponent import to your @NgModule like example below
    import { NgModule } from '@angular/core';
    import { BrowserModule } from '@angular/platform-browser';
    import { MyTestApp } from './my-test-app';
     
    import { LoginComponent } from 'nUI-COE-login';
     
    @NgModule({
        imports:      [ BrowserModule ],
        declarations: [ MyTestApp,LoginComponent ],
        bootstrap:    [ MyTestApp ]
    })
    export class MyTestAppModule {}

Usage

Use the following snippet inside your template. For example:

<login></login>

License

  • License: ISC

Author

  • Author: Birendranath Maity

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i a4-cacoe-switch

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

8.3 kB

Total Files

7

Last publish

Collaborators

  • birendranath.m