각도 7 테스트: Null Injector 오류: 활성화된 경로에 대한 공급자 없음 안녕하세요, Angular 7로 만든 앱을 테스트하는 데 오류가 있습니다.제가 앵글 경험이 많지 않아서 도움이 필요할 것 같습니다. Error: StaticInjectorError(DynamicTestModule)[BeerDetailsComponent -> ActivatedRoute]: StaticInjectorError(Platform: core)[BeerDetailsComponent -> ActivatedRoute]: NullInjectorError: No provider for ActivatedRoute! 테스트 코드는 다음과 같습니다. import { async, ComponentFixture, TestBed, i..