How to make Angularjs nested routes?

后端 未结 3 1740
滥情空心
滥情空心 2021-02-15 03:30

I am new to angular, I want to know if angularjs supports nested routes like emberjs I mean routes like this: myappurl/#/company/:company_id/department/:department_id

3条回答
  •  难免孤独
    2021-02-15 03:54

    According to the example given in the document: https://docs.angularjs.org/api/ngRoute/directive/ngView. Yes, Angularjs supports it.

提交回复
热议问题