Angular:路由的配置、传参以及跳转
摘要:
①路由的配置 1、首先用脚手架新建一个项目,在路由配置时选择yes 2、用ng g component创建组件 3、在src/app/app-routing.module.ts中配置路由 import { NgModule } from '@angular/core'; import { Route 阅读全文
posted @ 2020-07-26 15:15 xinxin? 阅读(529) 评论(0) 推荐(0) 编辑