摘要:
创建新项目: ng new angularproject 创建依赖: npm install 安装组件: ng g component components/home ng g component components/pcontent 在app-routing.module.ts里面配置路由 im 阅读全文
摘要:
路由就是根据不同的url地址,动态的让根组件挂载其他组件来实现一个单页面应用 一、Angular 创建一个默认带路由的项目 1. 命令创建项目 ng new angularRoute --skip-install 2. 创建需要的组件 ng g component components/news n 阅读全文