dng-components
v1.0.1
Published
Library with set of Angular components
Maintainers
Readme
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 { }