📜  ng 生成类 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:24.231000             🧑  作者: Mango

代码示例2
ng g class models/notice/notice --type=model --skipTests=true
 
 "model/notice" this will create the folder for you as well if it does not exist
 "/notice" this is the name of the model angular will create