{"id":28438930,"url":"https://github.com/rahulshawdevreact/dashboard-angular","last_synced_at":"2026-04-20T03:02:25.924Z","repository":{"id":293984479,"uuid":"985684828","full_name":"RahulShawDevReact/Dashboard-Angular","owner":"RahulShawDevReact","description":"A dashboard in Angular is a centralized user interface that displays key information, metrics, charts, and actions in a visual, organized layout—typically used for admin panels, analytics, and monitoring systems.  ✅ Key Features of an Angular Dashboard Modular Components Dashboards are built using reusable Angular components (e.g., chart cards, tab","archived":false,"fork":false,"pushed_at":"2025-05-18T14:46:38.000Z","size":587,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T15:42:36.925Z","etag":null,"topics":["angular-cli","bootstrap","css","html5","javscript","ts","typescript"],"latest_commit_sha":null,"homepage":"https://rahulshawdevreact.github.io/Dashboard-Angular/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RahulShawDevReact.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-18T10:02:55.000Z","updated_at":"2025-05-18T14:32:54.000Z","dependencies_parsed_at":"2025-05-18T11:23:51.795Z","dependency_job_id":"0096f280-59eb-41e2-b69e-784a7967d121","html_url":"https://github.com/RahulShawDevReact/Dashboard-Angular","commit_stats":null,"previous_names":["rahulshawdevreact/dashboard-angular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RahulShawDevReact/Dashboard-Angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulShawDevReact%2FDashboard-Angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulShawDevReact%2FDashboard-Angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulShawDevReact%2FDashboard-Angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulShawDevReact%2FDashboard-Angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RahulShawDevReact","download_url":"https://codeload.github.com/RahulShawDevReact/Dashboard-Angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RahulShawDevReact%2FDashboard-Angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular-cli","bootstrap","css","html5","javscript","ts","typescript"],"created_at":"2025-06-06T02:00:48.861Z","updated_at":"2026-04-20T03:02:25.895Z","avatar_url":"https://github.com/RahulShawDevReact.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dashboard \r\n\r\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.11.To showcase the builiding card resuable compoent and it core concept implementation of Angular js.\r\n\r\n## 🔧 Feature\r\n\r\n### ✅ Angular Component\r\n\r\n#### 🔹 Selector Types\r\n- Element selectors  \r\n- Class selectors  \r\n- Attribute selectors  \r\n- ID selectors  \r\n- Selectors with multiple attributes  \r\n- Comma-separated selectors \r\n\r\n#### 🔹 Templates\r\n- Inline templates\r\n- File approach\r\n\r\n#### 🔹 Styles\r\n- Inline templates\r\n- File approach\r\n\r\n\r\n### ✅ Angular Router\r\n- Children Route implementation\r\n\r\n\r\n## Development server\r\n\r\nTo start a local development server, run:\r\n\r\n```bash\r\nng serve\r\n```\r\n\r\nOnce the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.\r\n\r\n## Code scaffolding\r\n\r\nAngular CLI includes powerful code scaffolding tools. To generate a new component, run:\r\n\r\n```bash\r\nng generate component component-name\r\n```\r\nTo generate a service in Angular using the CLI, use the following command,run:\r\n\r\n```bash\r\nng generate service service-name\r\n```\r\n\r\nTo generate an interface in Angular (TypeScript) using the CLI, use:\r\n\r\n```bash\r\nng generate interface interface-name\r\n```\r\n\r\n\r\n\r\nFor a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:\r\n\r\n```bash\r\nng generate --help\r\n```\r\n\r\n## Building\r\n\r\nTo build the project run:\r\n\r\n```bash\r\nng build\r\n```\r\n\r\nThis will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.\r\n\r\n## Running unit tests\r\n\r\nTo execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:\r\n\r\n```bash\r\nng test\r\n```\r\n\r\n## Running end-to-end tests\r\n\r\nFor end-to-end (e2e) testing, run:\r\n\r\n```bash\r\nng e2e\r\n```\r\n\r\nAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.\r\n\r\n## Additional Resources\r\n\r\nFor more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulshawdevreact%2Fdashboard-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulshawdevreact%2Fdashboard-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulshawdevreact%2Fdashboard-angular/lists"}