Socket
Socket
Sign inDemoInstall

@handsontable/angular

Package Overview
Dependencies
Maintainers
4
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@handsontable/angular

Official Angular.io directive for Handsontable


Version published
Weekly downloads
8.7K
increased by7.47%
Maintainers
4
Weekly downloads
 
Created
Source

angular-handsontable Build Status

Official Angular module for Handsontable.

Table of contents

  1. Installation
  2. Basic usage
  3. Documentation
  4. License
  5. Contact
  6. Other wrappers

Installation

To install a wrapper for Handsontable Community Edition (CE):

npm install @handsontable/angular handsontable

To install a wrapper for Handsontable PRO:

npm install @handsontable-pro/angular handsontable-pro

Basic usage

styles.css

@import '~handsontable/dist/handsontable.full.css';

app/app.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { HotTableModule } from '@handsontable/angular';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HotTableModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

app/app.component.html

<hot-table></hot-table>

Examples

License

@handsontable/angular is released under the MIT license. @handsontable-pro/angular is released under the MIT license. Copyrights belong to Handsoncode sp. z o.o.

Contact

Feel free to give us feedback on this wrapper using this contact form.

Other Wrappers

Handsontable is available for other popular frameworks:

Keywords

FAQs

Package last updated on 30 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc