markdown Angular CLI:ng lint,ng test,ng e2e

Posted

tags:

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

# Angular CLI: ng lint, ng test, ng e2e

ng lint - Fazer o lint do nosso código, escanear e verificar por boas práticas. (ex: Ponto e virgulando faltando)

```Text
$ ng lint
```

ng test - Executar os testes unitários

```Text
$ ng test
```

ng e2e - Testes e2e protector

```Text
$ ng e2e
```

以上是关于markdown Angular CLI:ng lint,ng test,ng e2e的主要内容,如果未能解决你的问题,请参考以下文章

Angular CLI 'ng' 未被识别为有效命令

Angular-cli:使用 ng lint

运行 ng serve 时找不到模块“@angular/compiler-cli/ngc”

angular4.0 安装最新版本的nodejsnpm@angular/cli的方法

angular4.0 安装最新版本的nodejsnpm@angular/cli的方法

没有测试和 ng 服务的 angular-cli 简单配置