ng vcl
1.0.0
A comprehensive library of components for Angular 14+ with VCL based styling.
Browse master demo
Browse dev demo
ng-vcl is production ready. We adhere to semver.
Install via npm
npm install @vcl/ng-vcl
import { VCLIconModule } from '@vcl/ng-vcl';
…
@NgModule ({....
imports: [...,
VCLIconModule,
…]
})
https://vcl.github.io/ng-vcl/master
OR
git clone https://github.com/ng-vcl/ng-vcl.git
cd ng-vcl
npm install
npm start
Open http://localhost:3000/ to see the demo browser.