mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Remove duplicated dependencies on rdio-scanner.moduel
This commit is contained in:
parent
6aabf1a35f
commit
1e35cd5667
|
|
@ -1,7 +1,4 @@
|
|||
import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
import { MatSidenavModule } from '@angular/material/sidenav';
|
||||
import { AppSharedModule } from '../../shared/shared.module';
|
||||
import { AppRdioScannerCallQueryService } from './rdio-scanner-call-query.service';
|
||||
import { AppRdioScannerCallSubscriptionService } from './rdio-scanner-call-subscription.service';
|
||||
|
|
@ -13,12 +10,7 @@ import { AppRdioScannerComponent } from './rdio-scanner.component';
|
|||
@NgModule({
|
||||
declarations: [AppRdioScannerComponent],
|
||||
exports: [AppRdioScannerComponent],
|
||||
imports: [
|
||||
AppSharedModule,
|
||||
CommonModule,
|
||||
FlexLayoutModule,
|
||||
MatSidenavModule,
|
||||
],
|
||||
imports: [AppSharedModule],
|
||||
providers: [
|
||||
AppRdioScannerCallQueryService,
|
||||
AppRdioScannerCallsQueryService,
|
||||
|
|
|
|||
Loading…
Reference in a new issue