@@ -4,7 +4,7 @@ import { NgModule, ModuleWithProviders, SkipSelf, Optional } from '@angular/core
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import { ApiConfiguration, ApiConfigurationParams } from './api-configuration';
|
||||
|
||||
import { PkgdashServiceService } from './services/pkgdash-service.service';
|
||||
import { PkgdashService } from './services/pkgdash.service';
|
||||
|
||||
/**
|
||||
* Module that provides all services and configuration.
|
||||
@@ -14,7 +14,7 @@ import { PkgdashServiceService } from './services/pkgdash-service.service';
|
||||
exports: [],
|
||||
declarations: [],
|
||||
providers: [
|
||||
PkgdashServiceService,
|
||||
PkgdashService,
|
||||
ApiConfiguration
|
||||
],
|
||||
})
|
||||
|
Reference in New Issue
Block a user