Posts by Helton Denis • 11 points
1 post
-
1
votes2
answers1358
viewsA: What is the .component.spec file for at angular2
In fact .spec.ts files are a way to perform unit testing in Angular 2 with Jasmine’s test structure, you can run the tests with the CLI command "ng test".
angularanswered Helton Denis 11