LuanDantas
3/2/2018 - 11:46 AM

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)

$ ng lint

ng test - Executar os testes unitários

$ ng test

ng e2e - Testes e2e protector

$ ng e2e