{"id":16352281,"url":"https://github.com/bugthesystem/rdash-angular2","last_synced_at":"2025-03-16T15:31:55.584Z","repository":{"id":149223132,"uuid":"43686461","full_name":"bugthesystem/rdash-angular2","owner":"bugthesystem","description":"RDash admin dashboard theme /w AngularJS2 \u0026 TypeScript","archived":false,"fork":false,"pushed_at":"2018-03-12T15:12:09.000Z","size":1253,"stargazers_count":182,"open_issues_count":6,"forks_count":89,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-10-12T01:25:32.157Z","etag":null,"topics":["angular2","rdash-admin-dashboard","theme","typescript"],"latest_commit_sha":null,"homepage":"https://rdash-angular2.herokuapp.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugthesystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2015-10-05T13:39:57.000Z","updated_at":"2024-03-29T06:50:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"faaab5b1-9e56-4f28-a68b-4021e60775ef","html_url":"https://github.com/bugthesystem/rdash-angular2","commit_stats":null,"previous_names":["bugthesystem/rdash-angular2"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Frdash-angular2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Frdash-angular2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Frdash-angular2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Frdash-angular2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugthesystem","download_url":"https://codeload.github.com/bugthesystem/rdash-angular2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665477,"owners_count":16860259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angular2","rdash-admin-dashboard","theme","typescript"],"created_at":"2024-10-11T01:25:34.801Z","updated_at":"2024-10-27T10:50:43.822Z","avatar_url":"https://github.com/bugthesystem.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\n[AngularJS 2](https://angular.io/) implementation of the [RDash admin dashboard](http://rdash.github.io) theme\n\n\u003e Responsive, bloat free, bootstrap powered admin style dashboard!\n\n[**Demo App**](https://rdash-angular2.herokuapp.com/)\n\n# How to start\n\n```bash\ngit clone https://github.com/ziyasal/rdash-angular2.git\ncd rdash-angular2\nnpm install\n# dev\nnpm start\n```\n\n## Components\n\n- RdWidget\n- RdWidgetHeader\n- RdWidgetBody\n- RdWidgetFooter\n- RdLoading\n\n\n**Simple Widget** \n```js\n    \u003crd-widget\u003e\n      \u003crd-widget-body\u003e       \n       \u003cspan\u003eHTML CONTENT\u003c/span\u003e       \n      \u003c/rd-widget-body\u003e\n    \u003c/rd-widget\u003e\n```\n\n**Widget with Header**  \n```js\n \u003crd-widget\u003e\n       \u003crd-widget-header icon=\"fa-tasks\" title=\"Servers\"\u003e\n         \u003ca href=\"javascript:void(0)\" style=\"float: right\"\u003eManage\u003c/a\u003e\n       \u003c/rd-widget-header\u003e\n       \u003crd-widget-body classes=\"medium no-padding\"\u003e\n         \u003cserver-list-view [model]=\"servers\"\u003e\u003c/server-list-view\u003e\n       \u003c/rd-widget-body\u003e\n     \u003c/rd-widget\u003e\n```\n\n**Widget with Footer**  \n```js\n \u003crd-widget\u003e\n       \u003crd-widget-header icon=\"fa-tasks\" title=\"Servers\"\u003e\n         \u003ca href=\"javascript:void(0)\" style=\"float: right\"\u003eManage\u003c/a\u003e\n       \u003c/rd-widget-header\u003e\n       \u003crd-widget-body classes=\"medium no-padding\"\u003e\n         \u003cserver-list-view [model]=\"servers\"\u003e\u003c/server-list-view\u003e\n       \u003c/rd-widget-body\u003e\n       \u003crd-widget-footer\u003e\n         \u003cspan\u003eFOOTER CONTENT\u003c/span\u003e\n       \u003c/rd-widget-footer\u003e\n     \u003c/rd-widget\u003e\n```\n\n**Widget with Loader**  \n```js\n \u003crd-widget\u003e\n    \u003crd-widget-body classes=\"medium no-padding\"\u003e\n       \u003crd-loading\u003e\u003c/rd-loading\u003e\n    \u003c/rd-widget-body\u003e\n \u003c/rd-widget\u003e\n```\n\n# License\n\n[MIT](https://raw.githubusercontent.com/ziyasal/rdash-angular2/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Frdash-angular2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugthesystem%2Frdash-angular2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Frdash-angular2/lists"}