Skip to content

Commit

Permalink
corrected description for angular/ngrx practical task (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDulebaEpam authored Nov 21, 2023
1 parent 9ec36fd commit 6d84622
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/angular/NgRX.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,16 @@ Here you can find an example of admin page: [Admin page reference](./admin.jpg):
- list of videos from API YouTube.
2. NgRx storage must only be changed in the following cases:
- new response from the YouTube API is received;
- new card is added using _Admin Page_.
- new card is added using _Admin Page_;
- card is deleted;
3. _Custom Cards_ must contain the following information:
- title
- description
- link to the image
- link to video
- creation date (current date)
4. Information about _Custom Cards_ must be saved until your application is reloaded even if you perform requests to
YouTube API. In other words, all custom cards are one-off session data and suppose to be saved in localStorage.
YouTube API. In other words, all custom cards are one-off session data and suppose not to be saved in localStorage.

#### Expected behavior

Expand Down

0 comments on commit 6d84622

Please sign in to comment.