How to make Angularjs nested routes?

后端 未结 3 2112
闹比i
闹比i 2021-02-15 03:33

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:44

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

提交回复
热议问题