Gabriel Souto Maracajá

Results 1 issues of Gabriel Souto Maracajá

Error: StaticInjectorError(DynamicTestModule)[MyApp -> Storage]: StaticInjectorError(Platform: core)[MyApp -> Storage]: NullInjectorError: No provider for Storage! ``` beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [MyApp], imports: [ IonicModule.forRoot(MyApp) ], providers: [ { provide: StatusBar, useFactory:...