@jeepq/angular
v0.0.4-1
Published
Angular specific wrapper for @jeepq/core
Downloads
31
Maintainers
Readme
Jeep Angular Component Library
This is a library of Angular Web Component built on top of the Jeep Stencil Components library.
The library includes the following Angular components:
- JeepColorpicker
- JeepLinechart
- JeepColumnchart
- JeepFlipimages
- JeepSvgmorph
- JeepSlides
- JeepStretchyHeader
- JeepHtmlToPrint
- JeepCarousel
Usage
In your Angular project install @jeepq/angular.
npm install --save @jeepq/angular@latest
and import the Angular Components you would like to use
import { ComponentLibraryModule } from '@jeepq/angular';
@NgModule({
...
imports: [
ComponentLibraryModule
],
...
})
export class AppModule { }