@idea-ionic/agenda
v8.10.2
Published
IDEA Ionic agenda (calendar)
Downloads
409
Readme
IDEA Ionic extra ≫ Agenda
Agenda (calendar) based on angular-calendar.
To install
npm i --save @idea-ionic/agendaBe 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:
@use 'angular-calendar/css/angular-calendar.css';
@use '@idea-ionic/agenda/css/global.scss' as idea-ionic-agenda;To make sure the translations are loaded into the project:
- add a reference to this module in the environment variable
idea.ionicExtraModules(seeenvironment.ts); - copy the
i18n/agendafolder (you can filter the languages you need) of the module in the project'sassets/i18nfolder.
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.
