This package has been deprecated

Author message:

this version has been deprecated

grants-ui-commons

0.0.1 • Public • Published

GrantsUiCommons

This project was generated with Angular CLI version 1.5.0.

npm version Known Vulnerabilities npm build npm codecov

NPM

Description

Highly configurable Angular 5 based common UI components for Grants.Gov project. Compatible Angular 2+.

Online demo is here

Installation

To install this component to an external project, follow the procedure:

  1. npm install grants-ui-commons --save

  2. Add GrantsUiCommonsModule import to your @NgModule like example below

    import { NgModule } from '@angular/core';
    import { MyTestApp } from './my-test-app';
    import { GrantsUiCommonsModule } from 'grants-ui-commons';
    
    @NgModule({
        imports:      [ GrantsUiCommonsModule ],
        declarations: [ MyTestApp ],
        bootstrap:    [ MyTestApp ]
    })
    export class MyTestAppModule {}

Usage

To be updated...

Readme

Keywords

none

Package Sidebar

Install

npm i grants-ui-commons

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

23.8 kB

Total Files

28

Last publish

Collaborators

  • zhang_alan