Angular
angular คือ platform สำหรับ building web applications หรือเรียกกันว่า web application framework, angular เป็น open-source ที่เป็น TypeScript-based และถูกดูแลโดย google, angular ถูกออกแบบมาเพื่อสร้าง web application แบบไดนามิกและมีความซับซ้อน และใช้สถาปัตยกรรมแบบ component เพื่อให้ง่ายต่อการสร้างและบำรุงรักษาแอปพลิเคชันที่มีขนาดใหญ่
Reference link:https://angular.io/
Angular Code Example
- ตัวอย่างการจัดการ jwt token เมื่อทำการ login ใน angular
- ตัวอย่างโค้ด register ใน angular
- ตัวอย่างโค้ด login ใน angular
- angular อ่านข้อมูลจากไฟล์ json
- angular โชว์ข้อมูลเป็น list
- การทำ Server-side rendering (SSR) ใน Angular
- ติดตั้ง และเตรียมใช้ angular
- hello world ใน angular
- angular สร้าง component
- วงจรชีวิต lifecycle ของ angular component
- ตัวอย่างโค้ด angular layout
- angular dynamic component
- angular อ่านไฟล์ package.json
- ตัวอย่างการใช้ reactive forms ใน angular
- angular validating form input
- angular ตัวอย่างการทำ dynamic form
- การ call api ใน angular