Skip to content

Instantly share code, notes, and snippets.

View srinvasneelamraju's full-sized avatar

srinvasneelamraju

View GitHub Profile
@srinvasneelamraju
srinvasneelamraju / CheckMatrix.js
Created March 1, 2019 07:37 — forked from travist/CheckMatrix.js
Angular 5 + Form.io Custom Component
/**
* This file shows how to create a custom component and register that within an Angular application.
*
* Get the base component class by referencing Formio.Components.components map.
*/
import BaseComponent from 'formiojs/components/base/Base';
import TableComponent from 'formiojs/components/table/Table';
import Components from 'formiojs/components/Components';
/**