🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

ng-formio-helper

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-formio-helper

A library to help build Angular.js applications on top of Form.io.

latest
Source
npmnpm
Version
1.8.3
Version published
Maintainers
3
Created
Source

This is a helper module to build Angular.js applications on top of Form.io

Use this helper if you would like to build an Angular.js 1.x application that utilizes Form.io to build an application.

Installation

To install this module, you simply need to use bower and install as follows.

bower install --save ng-formio-helper

We recommend using (WireDep)[https://github.com/taptapship/wiredep] to wire the dependencies into HTML application. If you don't want to use that, then you will need to add the <script> to your page as follows.

<script src="bower_components/ngFormioHelper/dist/ng-formio-helper.js"></script>

About & Getting Started

To get started with this library, we recommend reading the Wiki

Usage

There are several providers that you can use within your application. See the wiki documentation for each provider's implementation details.

FormioAlerts

Used to track and display alerts within your application.

FormioAuth

Used to manage login/logout, tokens and forced authentication.

FormioForms

Used to create a dynamic list of tagged forms along with all the states, views and controllers.

FormioOffline

Used to set up offline mode for your application and provides widgets and settings for offline mode.

Requires a paid formio plan which provides access to the offline plugin.

FormioResource

Used to set up ui-router states, views and default controllers for a Formio Resource.

FAQs

Package last updated on 20 Jun 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