mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
refactor(data): adjust data detail component
This commit is contained in:
@@ -17,6 +17,7 @@ import {HttpClientModule} from '@angular/common/http';
|
||||
import {NgModule} from '@angular/core';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {IonicModule} from '@ionic/angular';
|
||||
import {TranslateModule} from '@ngx-translate/core';
|
||||
import {StorageModule} from '../storage/storage.module';
|
||||
import {DataRoutingModule} from './data-routing.module';
|
||||
import {DataProvider} from './data.provider';
|
||||
@@ -50,10 +51,12 @@ import {EventListItemComponent} from './types/event/event-list-item.component';
|
||||
DataRoutingModule,
|
||||
HttpClientModule,
|
||||
StorageModule,
|
||||
TranslateModule.forChild(),
|
||||
],
|
||||
providers: [
|
||||
DataProvider,
|
||||
StAppsWebHttpClient,
|
||||
],
|
||||
})
|
||||
export class DataModule {}
|
||||
export class DataModule {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user