0.1.2 • Published 3 years ago

ngx-cardwindow v0.1.2

Weekly downloads
19
License
ISC
Repository
github
Last release
3 years ago

NgxCardwindow

This library was generated with Angular CLI version 8.2.14.

Description

This is an angular library for card better card UI like window with cool animations and features

Installation

npm i ngx-cardwindow --save

Import then library in app.module.ts or your lazy modules

import { NgxCardwindowModule } from 'ngx-cardwindow';



@NgModule({
  imports: [
  	NgxCardwindowModule
  ]
})

Bind the component in

<ngx-cardwindow [title]="'My Title'">
</ngx-cardwindow>
0.1.2

3 years ago

0.1.1

3 years ago

0.0.1

3 years ago