Skip to content

Commit 33c6312

Browse files
committed
add slide session 04
1 parent 8ed03f0 commit 33c6312

7 files changed

+26
-0
lines changed
455 KB
Binary file not shown.
351 KB
Binary file not shown.
Binary file not shown.

Session04/Practice 01.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
TODO
2+
====
3+
4+
1. Thao tác với Component: thiết kế file template html, css, kết nối được với service
5+
2. Sử dụng Built-in attribute directives: NgClass, NgStyle, NgModel
6+
3. Sử dụng Built-in structural directives: NgIf, NgSwitch, NgForOf

Session04/Practice 02.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
TODO
2+
====
3+
4+
1. Thao tác với API Service sử dụng HttpClient
5+
2. Thực hành các thao tác CURD: GET, POST, PUT, DELETE
6+
3. Hiển thị danh sách TODO list từ API
7+
* https://node-todos.herokuapp.com/api/todos

Session04/Practice 03.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
TODO
2+
====
3+
4+
1. Thao tác với API Service sử dụng HttpClient
5+
2. Thực hành các thao tác CURD: GET, POST, PUT, DELETE
6+
3. Hiển thị danh sách TODO list từ API
7+
* https://node-todos.herokuapp.com/api/todos
8+
9+
Output:
10+
11+
![ToDo Application](./Todo-App.png "Giao diện ứng dụng ToDo App")
12+
13+

Session04/Todo-App.png

30 KB
Loading

0 commit comments

Comments
 (0)