Skip to content

Commit 79f641c

Browse files
committed
changes
1 parent 279052b commit 79f641c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2. A data table with all the elements
1+
* A data table with all the elements
22
A data table with CRUD operations is very useful (in our case we only view details or delete an item, but they illustrate two important things: the details view shows how to navigate and consume a parametric route, the delete action shows how to invoke service operations over the loaded data - this means that the component is reusable and when the data comes with an API, only the service will need it’s implementation changed)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3. A details page that reads a route paramenter and displays the details of the element.
1+
* A details page that reads a route parameter and displays the details of the element.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The app presents 3 pages as follows:
22

3-
1. A leader board with the top 3 elements
3+
* A leader board with the top 3 elements
44
A leader board can be understood as "the most popular items in a set", "the latest updated items", "you favorite items" etc.

0 commit comments

Comments
 (0)