ng vcl
1.0.0
Eine umfassende Komponentenbibliothek für Angular 14+ mit VCL-basiertem Stil.
Durchsuchen Sie die Master-Demo
Durchsuchen Sie die Entwicklerdemo

ng-vcl ist produktionsbereit. Wir halten uns an Semver.
Über npm installieren
npm install @vcl/ng-vcl import { VCLIconModule } from '@vcl/ng-vcl' ;
…
@ NgModule ( { ... .
imports : [ ... ,
VCLIconModule ,
… ]
} ) https://vcl.github.io/ng-vcl/master
ODER
git clone https://github.com/ng-vcl/ng-vcl.git
cd ng-vcl
npm install
npm startÖffnen Sie http://localhost:3000/, um den Demo-Browser anzuzeigen.