0.2.1 • Published 4 years ago

@dvsa/lw-ionic-module v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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