0.0.6 • Published 2 years ago

mtn-card-carousel v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Mtn Card Carousel

This project was generated with Angular CLI version 12.1.2.

Installation

`npm install mtn-card-carousel`

Setup

## App module import

import { NgModule } from '@angular/core';
  ---
  ---
import { MtnCardCarouselModule } from 'mtn-card-carousel';

@NgModule({
  imports: [   
  ---
    MtnCardCarouselModule
  ],   
  ---
})
export class AppModule { }

Usage

In your component bind in both the items and config properties as follows:

<mtn-card-carousel [items]="slideItems" [config]="slideConfig"></mtn-card-carousel>
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago