@glowgreen/gg-questionnaire-v2 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Glowgreen Questionnaire Engine V2
2
+
3
+ A dynamic questionnaire engine/editor for future Glowgreen projects. The engine is a bespoke Angular library allowing for questionnaires to be built easily and quickly.
4
+
5
+ For instructions on how to install and use the editor and engine view the GitBook I created [here](https://app.gitbook.com/@glowgreen/s/gg-questionnaire-v2/).
6
+
7
+ ## Additional Info
8
+
9
+ _This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.1.4._
@@ -1,7 +1,7 @@
1
1
  import { __awaiter } from 'tslib';
2
2
  import { cloneDeep } from 'lodash';
3
3
  import { Injectable, NgModule, defineInjectable, inject, EventEmitter, Inject } from '@angular/core';
4
- import { FormBuilder, Validators, FormsModule, ReactiveFormsModule, FormArray } from '@angular/forms';
4
+ import { FormBuilder, Validators, FormArray, FormsModule, ReactiveFormsModule } from '@angular/forms';
5
5
 
6
6
  /**
7
7
  * @fileoverview added by tsickle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowgreen/gg-questionnaire-v2",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^7.1.0",
6
6
  "@angular/core": "^7.1.0"