@jeepq/angular
TypeScript icon, indicating that this package has built-in type declarations

0.0.4-1 • Public • Published

npm version license

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 { }

Package Sidebar

Install

npm i @jeepq/angular

Weekly Downloads

1

Version

0.0.4-1

License

MIT

Unpacked Size

70.8 kB

Total Files

10

Last publish

Collaborators

  • jeepq