ngarchitecture
  • Introduction
  • App Overview
  • App Features
  • Domain Security
  • Domain Rules
  • Logging
  • Services & Communication
  • Data Models
  • Feature Components
  • Shared Functionality
  • More
  • Folder Structure
Powered by GitBook
On this page

Was this helpful?

Domain Rules

  • Each order must be associated with a customer

  • Order totals should be shown for a given customer

  • Customer edit form should validate data entry

  • User must login to access customer edit form (route guard)

  • Validate login credentials

PreviousDomain SecurityNextLogging

Last updated 5 years ago

Was this helpful?