angular4生成一个路由项目
程序开发
2023-09-04 20:40:00
1.ng new router --routing
//
npm i --save @angular/router 防止出现node_modules appears empty, you may need to run `npm install`
3.生成app对应的文件 ng g component home
4.配置路由
//
在当前目录使用npm run start即可运行路由
转载于:https://www.cnblogs.com/boonook/p/8647402.html
标签:
上一篇:
bootstrap2 多级下拉菜单
下一篇:
相关文章
-
无相关信息