@springbuck/ng-directory

0.0.2 • Public • Published

NG Directory

Table of Content

  • Introduction
  • Installation
  • Configuration
  • Usage
  • Licence

Introduction

Provide user interaction, directory data for web apps.

Installation

$ npm install springbuck/ng-directory

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

Configurations

// src/app/app.module.ts

import { NGDIRECTORY_CONFIG } from "@springbuck/ng-directory";
import { MY_NGDIRECTORY_CONFIG_VALUE } from "...";

providers: [
    ...
    { provide: NGDIRECTORY_CONFIG, useValue: MY_NGDIRECTORY_CONFIG_VALUE }
    ...
]

Usage

Licence

Released under the MIT License, LICENSE.

Package Sidebar

Install

npm i @springbuck/ng-directory

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • springbuck