Skip to content

MLSDev/modules-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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)