@vcl/ng-vcl
v3.2.1
Published
A comprehensive library of components for Angular with VCL based styling
Downloads
342
Keywords
Readme
ng-vcl
A comprehensive library of components for Angular 11+ with VCL based styling.
Browse master demo Browse dev demo
Installation
npm install @vcl/ng-vcl --save
Usage
import { VCLIconModule, VCLLayerModule } from '@vcl/ng-vcl';
@NgModule({
imports: [
VCLIconModule,
...
]
})
export class AppModule { }