@springbuck/ng-docs
v0.0.2
Published
Docs front-end to https://github.com/isaiahiroko/laravel-docs
Downloads
3
Maintainers
Readme
NG Docs
Table of Content
- Introduction
- Installation
- Configuration
- Usage
- Licence
Introduction
Provide user interaction, docs data for web apps.
Installation
$ npm install springbuck/ng-docs
"dependencies": {
...
"springbuck/ng-docs": "~0.0.0",
...
}
Configurations
// src/app/app.module.ts
import { NGDOCS_CONFIG } from "@springbuck/ng-docs";
import { MY_NGDOCS_CONFIG_VALUE } from "...";
providers: [
...
{ provide: NGDOCS_CONFIG, useValue: MY_NGDOCS_CONFIG_VALUE }
...
]
Usage
Licence
Released under the MIT License, LICENSE.