摘要: 需求:先需要增加一个登录模块 1 创建登录模块 ng g m testLogin 1.1 将共享模块导入到登录模块中 import { NgModule } from '@angular/core'; import { TestLoginComponent } from './test-login/ 阅读全文
posted @ 2017-12-22 12:11 寻渝记 阅读(1020) 评论(0) 推荐(0) 编辑