This website aims to simplify the task of creating ODK 2.0 compliant XLSX files. Click here to learn more about the ODK project. Also check out the form builder for the previous version of ODK.
- Angular MIT
- Redux MIT
- @angular-redux MIT
- Immutable BSD 3-clause "New" or "Revised" License
- Bootstrap 4 beta MIT
- ng-bootstrap MIT
- odk2-format-converter GPL-3.0
To submit changes, please create a pull request. Please use the following checklist as a guideline:
- Are all tests passing? Run the full test suite with:
npm run check
- Were tests added to confirm the validity of the changes?
- Did the pull request include a description of all changes? Does it account for any new or updated dependencies?
- Does the pull request solve more than one problem? Could it be broken down into multiple, separate PRs?
It's important to note that these are only guidelines and can and should be broken when appropriate. However a healthy code culture can be more easily cultivated when we all agree to and follow a set of simple rules.
This project was generated with Angular CLI.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
GNU General Public License v3.0