New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@springbuck/ng-corporate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springbuck/ng-corporate

Corporate front-end to https://github.com/isaiahiroko/laravel-corporate

Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

angular

FAQs

Package last updated on 28 Dec 2017

Related posts