0.0.3 • Published 6 years ago

@springbuck/ng-webgets v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

NG Webgets

Table of Content

  • Introduction
  • Installation
  • Configuration
  • Usage
  • Licence

Introduction

Provide user interaction, webgets data for web apps.

Installation

$ npm install springbuck/ng-webgets

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

Configurations

// src/app/app.module.ts

import { NGFOUNDATION_CONFIG } from "@springbuck/ng-foundation";
import { MY_NGFOUNDATION_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGFOUNDATION_CONFIG, useValue: MY_NGFOUNDATION_CONFIG_VALUE }
    ...
]

Usage

Licence

Released under the MIT License, LICENSE.