How to use @handsontable/angular - 6 common examples

To help you get started, we’ve selected a few @handsontable/angular examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github handsontable / angular-handsontable / src / app / app.module.ts View on Github external
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// @ts-ignore
import { HotTableModule } from '@handsontable/angular';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HotTableModule.forRoot(),
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
github handsontable / angular-handsontable / projects / hot-table / src / lib / hot-table.module.spec.ts View on Github external
it(`should expose information about its version`, () => {
    expect(HotTableModule.version).toBeDefined();
    expect(HotTableModule.version).toBe(version);
  });
});
github handsontable / angular-handsontable / projects / hot-table / src / lib / hot-table.module.spec.ts View on Github external
it(`should expose information about its version`, () => {
    expect(HotTableModule.version).toBeDefined();
    expect(HotTableModule.version).toBe(version);
  });
});
github handsontable / angular-handsontable / projects / hot-table / src / lib / hot-table.component.spec.ts View on Github external
beforeEach((() => {
    TestBed.configureTestingModule({
      declarations: [ TestComponent ],
      imports: [ HotTableModule.forRoot() ],
    });
  }));
github handsontable / angular-handsontable / src / app / hot-column-ce.component.spec.ts View on Github external
beforeEach(() => {
    TestBed.configureTestingModule({
      declarations: [ TestComponent ],
      imports: [ HotTableModule.forRoot() ],
    });
  });
github handsontable / angular-handsontable / projects / hot-table / src / lib / hot-column.component.spec.ts View on Github external
beforeEach((() => {
    TestBed.configureTestingModule({
      imports: [ HotTableModule.forRoot() ],
      declarations: [ TestComponent ],
    });
  }));

@handsontable/angular

Best Data Grid for Angular with Spreadsheet Look and Feel.

SEE LICENSE IN LICENSE.txt
Latest version published 23 days ago

Package Health Score

95 / 100
Full package analysis