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?

Data Models

  • Application models/interfaces:

    • Customer model/interface

    • Auth model/interface

    • No order editing so include with Customer?

  • Create a class or just use an interface on the client-side?

// Customer Model

id: number
firstNAme: string
lastNAme: string
...
orders: Order[]
PreviousServices & CommunicationNextFeature Components

Last updated 5 years ago

Was this helpful?