Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@idea-ionic/agenda

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idea-ionic/agenda

IDEA Ionic agenda (calendar)

  • 5.27.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
75
decreased by-54.27%
Maintainers
2
Weekly downloads
 
Created
Source

IDEA Ionic extra ≫ Agenda

Agenda (calendar) based on angular-calendar.

Package on NPM.

To install

npm i --save @idea-ionic/agenda

Be sure to install all the requested peer dependencies.

Then, add this imports into the global.scss file, after the import on the top of the page:

@import '../node_modules/angular-calendar/css/angular-calendar.css';
@import '../node_modules/@idea-ionic/agenda/css/global.scss';

To make sure the translations are loaded into the project:

  • in the project's assets/configs/idea-config.js file, add the string 'agenda' to the array window.IDEA_IONIC_MODULES;
  • copy the i18n/agenda folder (you can filter the languages you need) of the module in the project's assets/i18n folder.

Finally, add the according configuration (if needed) in the assets/configs/idea-config.js:

window.IDEA_MICROSOFT_API_CLIENT_ID: string;
window.IDEA_MICROSOFT_API_SCOPE: string;
window.IDEA_GOOGLE_API_CLIENT_ID: string;
window.IDEA_GOOGLE_API_SCOPE: string;
window.IDEA_APP_URL: string;

Components

  • Agenda

Services

  • Calendars

Keywords

FAQs

Package last updated on 11 May 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc