Angular 4 loading tree structure in recursive observable calls
问题 Hi I'm pretty new to Observables and I'm looking for a way of loading my navigation tree with recursive observable calls. The Navigation should be build up dynamically base on all the index.json files in the directory and sub directories. Only the url of the first call is static: /public/index.json This is the directory structure. Each directory may contain a index.json , providing information about its content and may references to other index files via the loadChildrenFromUrl property. |