Skip to content

Commit 821b1a6

Browse files
author
Mohamed Sabry
committed
changes
1 parent 59fd0fc commit 821b1a6

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This project is a Dashboard Application built using Angular 16+. It demonstrates
1515
- [API Integration](#api-integration)
1616
- [Additional Features](#additional-features)
1717
- [Contributing](#contributing)
18-
- [License](#license)
1918

2019
## **Project Overview**
2120

@@ -60,7 +59,7 @@ To set up and run this project locally, follow these steps:
6059
1. **Clone the repository:**
6160

6261
```bash
63-
git clone <repository-url>
62+
git clone https://github.com/devomohamed/DashboardApplication
6463
cd dashboard-app
6564
```
6665

@@ -90,7 +89,7 @@ The folder structure of the application is as follows:
9089
/src
9190
/app
9291
/core // Core services, interceptors, and guards
93-
/shared // Shared modules, components, and utilities
92+
/layout // Layout Module Wrap Application
9493
/auth // Authentication module
9594
/users // Users module
9695
/state // Root state management
@@ -127,12 +126,8 @@ Ensure to use the Postman collection and environment to test the APIs and endpoi
127126

128127
- **Responsive Design**: The application uses Angular Material components for a modern and responsive UI.
129128
- **Error Handling**: Comprehensive error handling and validation throughout the application.
130-
- **Loading Indicators**: Displays loading indicators for API calls and data fetching.
131129

132130
## **Contributing**
133131

134132
If you wish to contribute to the project, please fork the repository and submit a pull request.
135133

136-
## **License**
137-
138-
This project is licensed under the MIT License.

src/app/users/components/list-users/list-users.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class ListUsersComponent implements OnInit , OnDestroy {
9898
this.loading = false
9999
})
100100

101-
console.log(this.paramsConverter(params));
101+
// console.log(this.paramsConverter(params));
102102

103103
}
104104

0 commit comments

Comments
 (0)