@springbuck/ng-corporate

0.0.2 • Public • Published

NG Corporate

Table of Content

  • Introduction
  • Installation
  • Configuration
  • Usage
  • Licence

Introduction

Provide user interaction, corporate data for web apps.

Installation

$ npm install springbuck/ng-corporate

"dependencies": {
    ...
    "springbuck/ng-corporate": "~0.0.0",
    ...
}

Configurations

// src/app/app.module.ts

import { NGCORPORATE_CONFIG } from "@springbuck/ng-corporate";
import { MY_NGCORPORATE_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGCORPORATE_CONFIG, useValue: MY_NGCORPORATE_CONFIG_VALUE }
    ...
]

Usage

Licence

Released under the MIT License, LICENSE.

Package Sidebar

Install

npm i @springbuck/ng-corporate

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • springbuck