@dvsa/lw-ionic-module
v0.2.1
Published
Lone Worker Ionic Module containing components for the reb button and amber banners including supporting infrastructure
Downloads
5
Maintainers
Keywords
Readme
Lone Worker Ionic Modules
This package contains the components required to host the lone worker SOS button and supporting components inside an Ionic Angular application:
Prerequisits:
@ionic/angular @ngrx/store
Installation
Run npm install @dvsa/lw-ionic-module
Add the following line into global.scss
@import "@dvsa/lw-ionic-module/styles/core.scss";
Add the folling section into angular.json
in the assets
collection
{
"glob": "**/*.png",
"input": "node_modules/@dvsa/lw-ionic-module/images",
"output": "assets"
}
Build
Run ng build iw-ionic-module
Development
Run ng build iw-ionic-module --watch