@vcl/ng-vcl
v3.4.4
Published
A comprehensive library of components for Angular with VCL based styling
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 --saveUsage
import { VCLIconModule, VCLLayerModule } from '@vcl/ng-vcl';
@NgModule({
imports: [
VCLIconModule,
...
]
})
export class AppModule { }