@springbuck/ng-webgets
v0.0.3
Published
Sets of reuseable and scalable Angular components.
Downloads
7
Maintainers
Readme
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.