Skip to content

แผนการเรียนทั้งเล่ม

  1. เส้นทางของหนังสือและระบบปลายทาง
  2. ติดตั้งเครื่องมือ
  3. Browser, SPA, HTTP และ JSON
  4. TypeScript ที่จำเป็นสำหรับ Angular
  5. สร้าง Workspace และ WebApp.Web แรก
  1. อ่านโครงสร้างโปรเจกต์และ Application Bootstrap
  2. Component, Template และ Style
  3. Property Binding, Event Binding และ Template Reference
  4. Built-in Control Flow และการแสดงรายการ
  5. Signals, Computed และ Effect
  6. Dependency Injection และ Service
  7. Component Composition, Input และ Output
  1. เพิ่ม Tailwind CSS 4 และกำหนด UI Baseline
  2. สร้าง Layout และ Reusable UI
  3. Semantic HTML, Accessibility และ Keyboard
  4. Reactive Forms และ Form Control
  5. Validation และ Error Message
  6. Form State, Cross-field Validation และ Submit Flow
  1. ตั้งค่า Angular Router
  2. Route Parameter, Query Parameter และ Navigation
  3. Layout Route, Nested Route และ Page Title
  4. Lazy Loading และ Code Splitting
  5. Route Guard, Resolver และ Error Route
  6. จัดโครงสร้างตาม Feature และ Configuration
  1. Development Proxy และ API Base URL
  2. HttpClient และ Typed Request/Response
  3. DTO, Mapping, Date และ Nullability
  4. Signals, RxJS และ Request State
  5. Functional Interceptor และ Correlation
  6. Problem Details และ Error Handling
  7. Profile CRUD
  8. Pagination, Filtering, Sorting และ Concurrency

ภาค 6: Authentication และ Security

Section titled “ภาค 6: Authentication และ Security”
  1. Threat Model สำหรับ Browser Application
  2. Antiforgery Token, Cookie และ Same-origin
  3. Login, Access Token และ Authentication State
  4. Bearer Interceptor และ Token Refresh
  5. Session Restore, Logout และ Expiration
  6. Register, Email Confirmation และ Resend
  7. Forgot, Reset และ Change Password
  8. Current User, Profile และ Session Management
  9. Authorization, Route Protection และ Admin UI
  10. XSS, Trusted Content และ Security Review
  1. Unit Test สำหรับ Service และ Signals
  2. Component และ Form Tests ด้วย Vitest
  3. HTTP, Interceptor และ Router Tests
  4. End-to-End Test, Accessibility และ Performance
  1. Production Build, Nginx และ Docker
  2. CI/CD, Deployment Smoke Test และ Rollback