素材巴巴 > 程序开发 >

Angular在Nebular项目中编写自己模块

程序开发 2023-09-03 06:43:43

https://akveo.github.io/nebular/#/docs/installation/based-on-starter-kit-ngxadmin

一、在指定文件夹下生成带路由的模块

ng g m --routing pages/attend


常用新建指令:

ng g cl my-new-class: 新建 class

ng g c my-new-component: 新建组件

ng g d my-new-directive: 新建指令

ng g e my-new-enum: 新建枚举

ng g m my-new-module: 新建模块

ng g p my-new-pipe: 新建管道

ng g s my-new-service: 新建服务

二、创建模块部分组件,组建中只放一个路由插座,配置路由

ng g c -it -is pages/attend


可选项:

三、将我们编写的模块加入左侧菜单栏











标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。