📜  角度绝对路由器链接 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:46.958000             🧑  作者: Mango

代码示例1
/*
If the first segment begins with /, the router will look up the route from the root of the app.
If the first segment begins with ./, or doesn't begin with a slash, the router will instead look in the children of the current activated route.
And if the first segment begins with ../, the router will go up one level.