1. 程式人生 > >angular4生成一個路由項目

angular4生成一個路由項目

router modules appears install clas pan inf star 當前

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即可運行路由

angular4生成一個路由項目