Angular之特性模块 ( Feature Module )

项目结构 一 创建特性模块,及其包含的组件、服务。 ng g module art ng g component art/music ng g component art/dance ng g service art/performance   二 特性模块 art.module.ts import { NgModule } from '@angular/core'; import { Commo
相关文章
相关标签/搜索