1.0.0 • Published 7 years ago

coo-table v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

coo-table

standard-readme compliant

A flexible Table for your REST-Service. Customize it to your needs as everything can be changed via Templates.

Visit our Demo Page

Table of Contents

Install

npm install coo-dialog

Setup

Import the CooTable Module to your Project

@NgModule({
    declarations : [ AppComponent, MainComponent ],
    imports : [
        BrowserModule, FormsModule, HttpModule, CooTableModule,
        RouterModule.forRoot([ { path : '', pathMatch : 'full', component : AppComponent }, { redirectTo : '', path : 'foo' } ], { useHash : true })
    ],
    providers : [ WineService ],
    bootstrap : [ MainComponent ]
})

Update your angluar-cli.json with tje styles form the installed bootstrap version or your own

"styles": [
                "./src/styles.css",
                "./../node_modules/bootstrap/dist/css/bootstrap.css",
                "./../node_modules/ionicons/dist/css/ionicons.min.css"
            ],

Usage

Example

alt text

Small note: If editing the README, please conform to the standard-readme specification.

Current coverage

=============================== Coverage summary ===============================
Statements   : 78.33% ( 347/443 )
Branches     : 49.48% ( 48/97 )
Functions    : 62.63% ( 62/99 )
Lines        : 76.34% ( 300/393 )
================================================================================

License

MIT © coodoo