Please enable JavaScript.
Coggle requires JavaScript to display documents.
ANGULAR - Coggle Diagram
ANGULAR
-
Các loại directives
Attribute directive
(ngClass,ngStyle)
-
Structural directive
(Các câu loại như for, if v.v.v.)
-
-
FORM
Reactive form
-
Formbuilder
- Để thực hiên cách này ta cần DI formbuilder ở constructor
Template driven form
Import formModule
- Tạo form từ bên html sau đó truyền dữ liệu qua ts
-
-
Connect back-end
-Các bước-
1.Tạo 1 server giả bằng json
2.DI HttpCilient,lấy url của data json.
3.Truyền và lấy dữ liệu bằng(get,post,delete) observer