ngx-datasheet
v0.0.3
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli)
Downloads
3
Readme
NgxDatasheet
This library was generated with Angular CLI
Usage
npm install --save @angular/cdk ngx-datasheet
- add
@import url("~ngx-datasheet/style.css");
on yoursrc/styles.css
- import
NgxDatasheetModule
to your AppModule@NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, NgxDatasheetModule, // import module ], providers: [], bootstrap: [AppComponent] })
- simple example
<nd-ngx-datasheet></nd-ngx-datasheet>