# dynamic-form-jr

> Sails + Angular 4 dynamic form

Latest version **1.0.2** (published 2018-06-12) · 0 weekly downloads

## Install

```sh
npm install dynamic-form-jr
pnpm add dynamic-form-jr
yarn add dynamic-form-jr
bun add dynamic-form-jr
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-06-12 |
| First published | 2018-06-11 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 42 |
| Unpacked size | 693.8 KB |
| Known vulnerabilities | 0 (+22 in 5 direct dependencies) |
| Install scripts | no |
| GitHub stars | 7 |
| Author | sepineda |
| Maintainers | jamshedr |

## Links

- npm: https://www.npmjs.com/package/dynamic-form-jr
- Repository: https://github.com/sepineda/sails-angular-starter
- Homepage: https://github.com/sepineda/sails-angular-starter#readme
- Issues: https://github.com/sepineda/sails-angular-starter/issues
- npm.io page: https://npm.io/package/dynamic-form-jr

## Dependencies (42)

- [rc](https://npm.io/package/rc.md) 1.2.5
- [ejs](https://npm.io/package/ejs.md) 2.5.7
- [rxjs](https://npm.io/package/rxjs.md) 5.5.6
- [grunt](https://npm.io/package/grunt.md) 1.0.1
- [sails](https://npm.io/package/sails.md) ~0.12.13
- [jquery](https://npm.io/package/jquery.md) ^3.3.1
- [core-js](https://npm.io/package/core-js.md) ^2.4.1
- [express](https://npm.io/package/express.md) ^4.14.0
- [primeng](https://npm.io/package/primeng.md) ^6.0.0-beta.1
- [zone.js](https://npm.io/package/zone.js.md) 0.8.20
- [es6-shim](https://npm.io/package/es6-shim.md) ^0.35.3
- [grunt-sync](https://npm.io/package/grunt-sync.md) 0.7.0
- [primeicons](https://npm.io/package/primeicons.md) ^1.0.0-beta.6
- [sails-disk](https://npm.io/package/sails-disk.md) ~0.10.9
- [es6-promise](https://npm.io/package/es6-promise.md) ^4.1.1
- [include-all](https://npm.io/package/include-all.md) ~4.0.3
- [npm-run-all](https://npm.io/package/npm-run-all.md) ^4.1.1
- [@angular/core](https://npm.io/package/@angular/core.md) 5.2.3
- [@angular/http](https://npm.io/package/@angular/http.md) 5.2.3
- [@types/jquery](https://npm.io/package/@types/jquery.md) ^3.3.2
- [ngx-bootstrap](https://npm.io/package/ngx-bootstrap.md) ^3.0.0
- [@angular/forms](https://npm.io/package/@angular/forms.md) 5.2.3
- [ngx-pagination](https://npm.io/package/ngx-pagination.md) ^3.1.1
- [@angular/common](https://npm.io/package/@angular/common.md) 5.2.3
- [@angular/router](https://npm.io/package/@angular/router.md) 5.2.3
- [ng2-imageupload](https://npm.io/package/ng2-imageupload.md) ^1.4.2
- [@angular/upgrade](https://npm.io/package/@angular/upgrade.md) 5.2.3
- [reflect-metadata](https://npm.io/package/reflect-metadata.md) ^0.1.2
- [grunt-contrib-jst](https://npm.io/package/grunt-contrib-jst.md) 1.0.0
- [grunt-contrib-copy](https://npm.io/package/grunt-contrib-copy.md) 1.0.0
- [grunt-contrib-less](https://npm.io/package/grunt-contrib-less.md) 1.4.1
- [grunt-sails-linker](https://npm.io/package/grunt-sails-linker.md) ~1.0.4
- [grunt-contrib-clean](https://npm.io/package/grunt-contrib-clean.md) 1.1.0
- [grunt-contrib-watch](https://npm.io/package/grunt-contrib-watch.md) 1.0.0
- [grunt-contrib-coffee](https://npm.io/package/grunt-contrib-coffee.md) 2.0.0
- [grunt-contrib-concat](https://npm.io/package/grunt-contrib-concat.md) 1.0.1
- [grunt-contrib-cssmin](https://npm.io/package/grunt-contrib-cssmin.md) 2.2.1
- [grunt-contrib-uglify](https://npm.io/package/grunt-contrib-uglify.md) 3.3.0
- [sails-hook-autoreload](https://npm.io/package/sails-hook-autoreload.md) ^1.0.0
- [@angular/platform-browser](https://npm.io/package/@angular/platform-browser.md) 5.2.3
- [angular-in-memory-web-api](https://npm.io/package/angular-in-memory-web-api.md) ~0.5.1
- [@angular/platform-browser-dynamic](https://npm.io/package/@angular/platform-browser-dynamic.md) 5.2.3

## Recent versions

- 1.0.2 (latest) — 2018-06-12
- 1.0.1 — 2018-06-12
- 1.0.0 — 2018-06-11

## README

# sails-angular2

A simple Sails and Angular 2 starter app

To run this you will need typescript compiler and npm/node installed and setup.

# Steps

Install packages and depencies

`npm install`

Here some commands you can use to run the app,

* `npm run start`: Build the project's assets (front-end), starts running sails and open a new window with ng server watching code for updates in real time.
* `npm run build`: Builds the project's assets in development environment. Add `build:prod `for production and `build:aot` for ahead of time compilation.
* `npm run dev`: Will start running sails in dev environment (run `npm run build:dev` before).
* `npm run prod`: Will run sails in prodution environment. You should use this for deploying to a public server (run `npm build:prod` before).

---
_Source: https://npm.io/package/dynamic-form-jr · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
