第一步 先 利用angular-cli 创建一个angular项目

ng new 项目名称 --style=scss

第二步 在创建的项目中 创建子项目

ng g application 项目名称 --style=scss