Sunny SinghforGeekPoint98sunny.hashnode.netยทAug 8, 2022Creating and test components in Angularcreating a component ng g c components/posts --skip-tests This line will not generate the test file. We will make it later. This component will try to get the posts and delete the posts. Code of the postComponent is given below: export class PostsCom...26 readsTestingAdd a thoughtful commentNo comments yetBe the first to start the conversation.