* 安装vscode 插件 prettier
* vscode 配置:Settings - Text Editor - Formating - Format On Save - 勾选
* 安装全局的 prettier npm install -g prettier
* 打开设置搜索 prettier 设置 node 及 prettier的路径
* 录制 macros - save and reformat width prettier - 设置该macros的快捷键为 ctrl+s
* 样例在coming-soon console.log(1)
ng build --base-href /vx/
``` bash-test
ng build --base-href /vx/ --configuration=test
``` bash-product
ng build --prod --base-href /vx/
服务目录: src/app/shared/service
公用的弹出层服务,页面所有的弹出层都应该使用该服务创建,保持统一