IDEA Ionic common components
npm install @idea-ionic/commonCore components and services used everywhere in IDEA's apps.
```
npm i --save @idea-ionic/common
_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:
``
@use '@idea-ionic/common/css/global.scss' as idea-ionic-common;
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);i18n/common
- copy the 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).environment.ts` file of this module.
Finally, add in the environments desired the variables you find in the