用angular编写管理中台,放置于现有的非angular项目中

创建angular项目 npm i -g @angular/cli ng new projectname –style=scss 创建全局通用header和aside: ng g c components/header ng g c components/aside 在 app.component.html写入 在src/app/目录下新建 app-routing.module.ts,作为项目组件
相关文章
相关标签/搜索