@idea-ionic/agenda
TypeScript icon, indicating that this package has built-in type declarations

7.2.17 • Public • Published

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:

  • add a reference to this module in the environment variable idea.ionicExtraModules (see environment.ts);
  • copy the i18n/agenda folder (you can filter the languages you need) of the module in the project's assets/i18n folder.

Make sure that there is a path (tsconfig file) pointing to @env which contains the environment files (Angular standard). Finally, add in the environments desired the variables you find in the environment.ts file of this module.

Components

  • Agenda

Services

  • Calendars

Readme

Keywords

Package Sidebar

Install

npm i @idea-ionic/agenda

Weekly Downloads

26

Version

7.2.17

License

MPL-2.0

Unpacked Size

484 kB

Total Files

24

Last publish

Collaborators

  • uatisdeproblem
  • gmazza_