2.1 Architecture PDF

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 4

TECHNOLOGY

Angular in Full-Stack Architecture DIVISION

• Angular CLI tool (ng)


• Angular Reuse of UI through components
• Angular HttpClient
• Angular Router
• Angular Reactive Forms
• Material Autocomplete
• Material Toolbar
• Material Sidenav

1
TECHNOLOGY

Wireframe example DIVISION

2
TECHNOLOGY

High level architecture DIVISION

• hard-decoupling
– Frontend code separate
– never

3
TECHNOLOGY

Folder structure DIVISION

• Keep frontend and backend code in different


repositories
• If in the same repositories, keep different folders
• Set up development directory
– dev
• Windows
– PS> mkdir c:\dev
– PS> cd c:\dev
• macOS
– $ mkdir ~/dev
– $ cd ~/dev

You might also like