New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

simple-forms

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-forms

A simple(ish) module for creating accessible, reactive forms. The repo includes the entire Angular app, but is set up to export to a local npm package.

latest
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

SimpleForms

A simple(ish) module for creating accessible, reactive forms. The repo includes the entire Angular app, but is set up to export to a local npm package.

Local development

  • Clone the repo.
  • Navigate to repo.
  • Run npm install
  • Run ng serve
  • All development around form elements should be done in the simple-forms module under src/app/modules
  • app.component.ts and app.component.html show example usage (and is a handy testing ground for changes)

Installation to other projects

This will be on npm as an installable package when it's finished, but for now:

  • Clone the repo
  • Navigate to repo.
  • Run npm run packagr from the root.
  • Navigate to /dist
  • Run npm pack
  • This will create a local tarball in /dist
  • The tarball can then be copied to your project folder and installed via:
    • npm install <path/to/tarball>
    • NB: Use npm 5+ to keep relative paths in your package.json

Usage

Complete documentation for this project is available at https://jflynn7.github.io/

FAQs

Package last updated on 13 Mar 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