Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 652 Bytes

Standard tasks templates

Templates implemented as modules for angular 2/angular 4 apps

Auth module structure

  • sign up folder - sign up component with tests and view
  • sign in folder - sign in component with tests and view
  • restore folder - restore component with tests and view
    • email - restore email component with tests and view
    • password - restore password component with tests and view
  • common folder
    • auth service with tests
    • restore service with tests
    • control validation component with inline view
    • matcher validator
    • validation messages list
    • models (typescript interfaces)