10 Commits

Author SHA1 Message Date
Maxime Delporte
ae322a38fb Using Dependency Injection inside task.component instead of using Output for tasks.components.
All checks were successful
Deploying Website / build (push) Successful in 1m1s
2025-04-22 07:36:25 -03:00
Maxime Delporte
73de5fedfe Using dependency injection inside new-task.component.
All checks were successful
Deploying Website / build (push) Successful in 1m3s
2025-04-22 07:14:12 -03:00
Maxime Delporte
b3d2a49ec9 Dependency Injection : Extracting tasks management system into tasks.service file. Using @Injectable to automatically instanciate our TasksComponent with the TasksService.
All checks were successful
Deploying Website / build (push) Successful in 1m3s
2025-04-22 06:55:43 -03:00
Maxime Delporte
1e0a493bf3 Use of ng-content: Use shared UI component. Here, card.component.
All checks were successful
Deploying Website / build (push) Successful in 1m4s
2025-04-22 06:29:32 -03:00
Maxime Delporte
c9aa8f647e Removing TaskContent new file. Renamming it as NewTaskData and adding it into task.model file.
All checks were successful
Deploying Website / build (push) Successful in 1m3s
2025-04-22 06:17:56 -03:00
Maxime Delporte
97d8a8ebc3 Adding 'Add Task' feature. Create a task-content model for better understanding.
All checks were successful
Deploying Website / build (push) Successful in 1m6s
2025-04-22 06:13:12 -03:00
Maxime Delporte
f91561db26 Updating naming functions and variables. Adding onCancel call when click on the background.
All checks were successful
Deploying Website / build (push) Successful in 1m2s
2025-04-21 21:44:20 -03:00
Maxime Delporte
234403c4c9 Adding pop-up when user wants to create a task : new-task.component. Handle cancel pop-up action.
All checks were successful
Deploying Website / build (push) Successful in 1m2s
2025-04-21 17:40:30 -03:00
Maxime Delporte
08173fbdc3 Adding add task functionnality: without personalisation right now.
All checks were successful
Deploying Website / build (push) Successful in 1m1s
2025-04-21 12:57:42 -03:00
Maxime Delporte
07186f2acd Current state of project : Section 2 - Chapter 49.
All checks were successful
Deploying Website / build (push) Successful in 1m5s
2025-04-21 09:44:07 -03:00