@ec.components/calendar
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

@ec.components/calendar

This package provides calendar and date components as part of ec.components.

Overview

Installation

1. Install package

npm install @ec.components/calendar --save

2. Add Module

import { CalendarModule } from '@ec.components/calendar';

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

3. Use it

<ec-calendar [(ngModel)]="html" mode="html"></ec-calendar>

/@ec.components/calendar/

    Package Sidebar

    Install

    npm i @ec.components/calendar

    Weekly Downloads

    1

    Version

    0.4.1

    License

    none

    Unpacked Size

    355 kB

    Total Files

    25

    Last publish

    Collaborators

    • felixroos
    • scherzinger