14.0.0 • Published 1 year ago
gloobus-appshell v14.0.0
@gloobus/appshell
This package contains application shell functions that can be reused in all Gloobus Angular 5 compatible projects.
Install
Run
npm install @gloobus/appshell --saveOr add this to package.json:
"@gloobus/appshell": "..."Usage
Import required modules in app.module.ts, e.g.:
import { GloobusAppshellModule } from '@gloobus/appshell';Docs
Components
Services
Publishing appshell to NPM repo
Increase version number in gloobus-appshell-lib/package.json
Run
npm run packageand after
npm run publish