Angular配置

Posted xuyuchen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Angular配置相关的知识,希望对你有一定的参考价值。

  1. 安装node.js 重启
  2. npm install -g @angular/cli
  3. ng new my-app
  4. ng g c 创建组件
  5. VScode插件Angular Snippets (Version 8)
  6. VScode插件Angular Language Service
  7. ng g s 创建service

 

 

以上是关于Angular配置的主要内容,如果未能解决你的问题,请参考以下文章