在我的应用程序中可视化或提供路线的图片表示?
Visualize or give pictorial representation of the routes in my application?
是否有工具可以帮助在我的 angular 6 应用程序中可视化或提供路线的图片表示?
你试过Auguri吗?这是我经常使用的优秀工具。你应该试试看。
一个很好的可视化工具是 Auguri 扩展。这将映射出 angular 应用程序中的所有路由,并将显示在 Chrome 开发控制台中。
不仅仅是路由,这个工具对于模块可视化非常有用。特别是如果您使用延迟加载,因为这将提供所有模块结构的详细视图。
Augury provides insight into the application structure for an Angular application and the relationship between these building blocks:
Components,
Services,
Routes,
Modules,
Dependencies,
Injectors,
Data bindings,
Events,
Object properties.
这是使用时的样子。
是否有工具可以帮助在我的 angular 6 应用程序中可视化或提供路线的图片表示?
你试过Auguri吗?这是我经常使用的优秀工具。你应该试试看。
一个很好的可视化工具是 Auguri 扩展。这将映射出 angular 应用程序中的所有路由,并将显示在 Chrome 开发控制台中。
不仅仅是路由,这个工具对于模块可视化非常有用。特别是如果您使用延迟加载,因为这将提供所有模块结构的详细视图。
Augury provides insight into the application structure for an Angular application and the relationship between these building blocks:
Components, Services, Routes, Modules, Dependencies, Injectors, Data bindings, Events, Object properties.
这是使用时的样子。