API > @angular/platform-browser > @angular/platform-browser/testingmode_edit codeBrowserTestingModulelinkngmodule目录提供商NgModule for testing.class BrowserTestingModule { } class BrowserTestingModule { } 提供商link提供商{ provide: APP_ID, useValue: 'a' } { provide: APP_ID, useValue: 'a' } ELEMENT_PROBE_PROVIDERS ELEMENT_PROBE_PROVIDERS { provide: NgZone, useFactory: createNgZone } { provide: NgZone, useFactory: createNgZone }