/poc-angular-form-validation-frontend

Proof of Concept of ServerSide Form Validation with i18n and Angular Frontend.

Primary LanguageTypeScriptMIT LicenseMIT

Frontend

Proof of Concept of ServerSide Form Validation with i18n and Angular Frontend.

 

Proof of Concept Outline

 

Frontend Description

The Frontend will provide:

  • a form to to create Tickets.
  • form validation in the Tickets form.
  • Form Validation Rules and i18n messages loaded from backend.
  • i18n JSON message files with pluralization support.

 

Deployment

Deployed to GitHub Pages on gh-pages Push

Run on a clean master branch to deploy:

bash deploy-to-gh-pages.sh

 

Development

Quickstart:

https://github.com/comsysto/poc-angular-form-validation-frontend
poc-angular-form-validation-frontend
yarn install

yarn start

Now server is running on http://localhost:4200/

 

Run Tests:

yarn test

 

Editor/IDE

At best use Visual Studio Code since it has great TypeScript support.

 

License

MIT