【Angular】以Angular打造动态侧导航
pgmr.cloud
7 May 2023
创建具有完全动态内容的侧导航的详细指南
TL;DR
We define a dynamic content area and select it using a directive. We define a stack for storing sidenavs which is accessed by a service, then we set it up so that the top sidenav in the stack is the one displayed in the dynamic content area.