oi-form-components
v0.0.8
Published
oi-form-components
Downloads
3
Readme
oi-form-components
TODO
Implement fields...
- display !!!
image
textfield
textarea
choices (radio & checkbox)
select (dropdown)
datetime (selector)
calendar
file (upload)
payment
messages
TODO
Move entries to own component from: https://github.com/hanskerkhof/online-inschrijven-form-ng/tree/master/demo/app/entries
Notes:
https://stackoverflow.com/questions/38534276/how-to-use-bootstrap-4-in-angular-2
Styles
https://stackoverflow.com/questions/34542143/load-external-css-style-into-angular-2-component
HttpClient
https://www.metaltoad.com/blog/angular-5-making-api-calls-httpclient-service
firebase
https://stackblitz.com/edit/angular-1iment?file=app%2Fapp.module.ts
Inspiration
https://4screens.net/engageform/ typeform
Notes on packgr
https://medium.com/@nikolasleblanc/building-an-angular-4-component-library-with-the-angular-cli-and-ng-packagr-53b2ade0701e
OiComponentsNew
This project was generated with Angular CLI version 1.6.2.
Development server
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.
Code scaffolding
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
.
Build
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.
Running unit tests
Run ng test
to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.