1.0.1 • Published 6 years ago

dng-components v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Dng Components Lib

Set of Angular components ready to use

Installation

run npm install dng-components or yarn add dng-components

How to use

Simply add DngComponentsLibModule to your module

import { DngComponentsLibModule } from 'dng-components';

@NgModule({
  imports: [
    DngComponentsLibModule,
  ],
})
export class MyModule { }
1.0.1

6 years ago

0.0.1

6 years ago