0.0.3 • Published 4 years ago
ngx-datasheet v0.0.3
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
NgxDatasheetModuleto your AppModule@NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, NgxDatasheetModule, // import module ], providers: [], bootstrap: [AppComponent] }) - simple example
<nd-ngx-datasheet></nd-ngx-datasheet>