@vcl/ng-vcl
v3.1.2
Published
A comprehensive library of components for Angular with VCL based styling
Downloads
140
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 { }