You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Build cmd |`https://angular.io/cli[ng] build` or `npm run build` (goals are not standardized in npm) |mvn https://maven.apache.org/plugins/maven-install-plugin/usage.html[install] (see https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html[lifecycle])
|Extensions|https://karma-runner.github.io/[karma]-*, http://phantomjs.org/[PhantomJs] for browser emulation|http://joel-costigliola.github.io/assertj/[AssertJ],*Unit and http://docs.spring.io/spring/docs/current/spring-framework-reference/html/integration-testing.html[spring-test], etc.)
|Code Coverage|https://github.com/karma-runner/karma-coverage[karma-coverage] (and https://github.com/SitePen/remap-istanbul[remap-istanbul] for TypeScript)|http://www.eclemma.org/jacoco/[JaCoCo/EclEmma]
39
+
|Code Coverage|`https://angular.io/guide/testing-code-coverage[ng test --no-watch --code-coverage]`|http://www.eclemma.org/jacoco/[JaCoCo]
54
40
55
41
.2+|Development
56
42
57
43
|IDE |https://code.visualstudio.com/[MS VS Code] or https://www.jetbrains.com/idea/[IntelliJ]|https://eclipse.org/downloads/[Eclipse] or https://www.jetbrains.com/idea/[IntelliJ]
0 commit comments