我尝试测试DomSanitizer导入。但是我仍然得到这个错误: Error: Unexpected value 'DomSanitizer' imported by the module 'DynamicTestModule'.Please add an @NgModule annotation.我的测试用例是这样的: beforeEach(async(() => {
TestBed.configureTesti
问题是这个教程(根据我所读的)有点过时了。视频的作者使用了import { HttpModule } from "@angular/http,但我在StackOverflow上读到我应该使用import { HttpClient } from问题是当我试图编译代码时,我得到了这个错误:Unexpected value 'HttpClient' imported by the module 'AppModule'.Please add a @NgModule ann