0.0.3 • Published 3 years ago

ngx-datasheet v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

NgxDatasheet

This library was generated with Angular CLI

Usage

  • npm install --save @angular/cdk ngx-datasheet
  • add @import url("~ngx-datasheet/style.css"); on your src/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>
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago