素材巴巴 > 程序开发 >

angular8 创建module 实现路由懒加载

程序开发 2023-09-03 23:01:53

创建module test

ng g ng-alain:module test  //默认在src/app/routes下创建module

自动生成ts模块和路由模块

在test模块中创建list列表组件和editb编辑页组件

ng g ng-alain:list lisy -m=test

ng g ng-alain:edit edit -m=test -t=list

test路由模块添加路由如下

在跟路由模块下

通过loadchildren实现懒加载 点击菜单才去请求页面数据

loadChildren指向test模块

 


标签:

上一篇: Angular(二)--程序架构 下一篇:
素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。