{"id":18258402,"url":"https://github.com/ilirhushi/ngx-recursive-view","last_synced_at":"2025-04-04T18:31:44.669Z","repository":{"id":135988115,"uuid":"125072804","full_name":"ilirhushi/ngx-recursive-view","owner":"ilirhushi","description":"An Angular 5 Basic project to illustrate how to build a recursive parent-child view.","archived":true,"fork":false,"pushed_at":"2019-02-23T18:19:50.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T18:18:05.963Z","etag":null,"topics":["angular5","example","recursive","recursive-view"],"latest_commit_sha":null,"homepage":"","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/ilirhushi.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}},"created_at":"2018-03-13T15:24:34.000Z","updated_at":"2024-04-02T09:26:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a7d565c-c328-408b-9415-a70f1acb3a7b","html_url":"https://github.com/ilirhushi/ngx-recursive-view","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fngx-recursive-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fngx-recursive-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fngx-recursive-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilirhushi%2Fngx-recursive-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilirhushi","download_url":"https://codeload.github.com/ilirhushi/ngx-recursive-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247229506,"owners_count":20905064,"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":["angular5","example","recursive","recursive-view"],"created_at":"2024-11-05T10:30:52.595Z","updated_at":"2025-04-04T18:31:44.664Z","avatar_url":"https://github.com/ilirhushi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NgxRecursiveView\n\nAn Angular 5 Basic project to illustrate how to build a recursive parent-child view.\n\n![logo](image.png \"Logo\")\n\n## Example\n\nYou define the structure of the tree as below using parent-children structure and the above tree structure will be generated as shown in the image.\n\n```\npublic tree = [\n    {\n      title: 'Basketball',\n      children: []\n    },\n    {\n      title: 'Football',\n      children: [\n        {\n          title: 'Liga BBVA',\n          children: []\n        },\n        {\n          title: 'Seria A',\n          children: [\n            {\n              title: 'AC Milan',\n              children: []\n            },\n            {\n              title: 'Juventus',\n              children: []\n            },\n            {\n              title: 'Internazionale Milan',\n              children: [\n                {\n                  title: 'Main Team',\n                  children: []\n                },\n                {\n                  title: 'Youth Team',\n                  children: []\n                },\n              ]\n            },\n            {\n              title: 'Roma',\n              children: [\n                {\n                  title: 'Main Team',\n                  children: []\n                },\n              ]\n            },\n          ]\n        },\n      ]\n    },\n  ];\n```\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\n\n## Questions\nIf you have any questions please use the Issues tab or submit a pull request. \n\n## Contributors\n[@ilirhushi](http://ilirhushi.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filirhushi%2Fngx-recursive-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filirhushi%2Fngx-recursive-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filirhushi%2Fngx-recursive-view/lists"}