Socket
Socket
Sign inDemoInstall

@optima-digital/inline-calendars

Package Overview
Dependencies
6
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @optima-digital/inline-calendars

Based on `MatCalendar`, the component under Angular Material Datepicker, this package will help you display and manage multiple inline calendars. Its main purpose is to be used as custom form control in reactive forms.


Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Angular Material multiple inline calendars

Based on MatCalendar, the component under Angular Material Datepicker, this package will help you display and manage multiple inline calendars. Its main purpose is to be used as custom form control in reactive forms.

Features

  • list multuple months;
  • multiple dates selection;
  • navigation to next/previous month;

Inline calendars

Install

npm install @optima-digital/inline-calendars

Usage

Import the module to your app.module.ts

import { OptimaInlineCalendarsModule } from '@optima-digital/inline-calendars';

Add the inline calendar components to your view:

<optima-inline-calendars></optima-inline-calendars>

The following inputs are available at the moment:

  • totalCalendars - number of calendars to be displayed. Default is 3.
  • startAt - The date to be considered as start date. This will be the date on which the calendar in the middle position will be set. Defaults to todays date.
  • formControlName - use this component as custom form control in any reactive form.

Keywords

FAQs

Last updated on 19 Feb 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc