Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new "form" example #263

Closed
tomastrajan opened this issue Jun 26, 2018 · 1 comment
Closed

Create new "form" example #263

tomastrajan opened this issue Jun 26, 2018 · 1 comment

Comments

@tomastrajan
Copy link
Owner

tomastrajan commented Jun 26, 2018

The starter project contains lazy loaded examples module which currently contains following examples:

  • todos
  • stock market
  • theming
  • auth only route

Create new example demonstrating "real life" complex reactive form using a form builder.

  • should live in examples/form route
  • should have dedicated component, reducer (effects if needed)

Form should have following features:

  • record to be edited (eg user record with edit, save, reset button)
  • use various input types (eg input, dropdown, slider, toggle)
  • use unified "real life" like content (eg pizza creator, user editor, order creation or similar)
  • use form validation with validation messages (eg required, email, more than ...)
  • reset button ( to clear form to original state )
    ...

Please feel free to suggest, enhance or improve anything!

Feel free to check out Contributors Guide for useful tips and hints that help you get started.

Jeykairis pushed a commit to Jeykairis/angular-ngrx-material-starter that referenced this issue Aug 29, 2018
Jeykairis pushed a commit to Jeykairis/angular-ngrx-material-starter that referenced this issue Sep 14, 2018
tomastrajan added a commit that referenced this issue Sep 19, 2018
feat(form): Create new form example #263
@timdeschryver
Copy link
Collaborator

Closed via #317.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants