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?

Services & Communication

  • RESTful Service will be used (Node.js)

  • Angular Services

    • Data Services: Use HttpClient

    • Customers/Orders

    • Login/logout (auth)

    • Sorting service

    • Filtering service

    • Logger service

    • Mediator/EventBus if needed

  • HttpInterceptor will set token for HTTP requests if tokens used (GET/PUT/POST/DELETE/PATCH)

PreviousLoggingNextData Models

Last updated 5 years ago

Was this helpful?