14.0.0 • Published 12 months ago

gloobus-appshell v14.0.0

Weekly downloads
3
License
-
Repository
-
Last release
12 months ago

@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 --save

Or 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 package

and after

npm run publish