ing
This commit is contained in:
parent
9370c2c964
commit
c613e312f0
|
@ -30,4 +30,4 @@ import { SERVICES } from './service';
|
|||
SERVICES,
|
||||
]
|
||||
})
|
||||
export class NoauthModule { }
|
||||
export class NoauthProbeModule { }
|
|
@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
|||
import { Routes, RouterModule } from '@angular/router';
|
||||
import { NoAuthProbePageComponent } from './noauth-probe-page.component';
|
||||
import { ProbeListComponent } from '@overflow/probe/component/list/list.component';
|
||||
import { NoAuthProbeListComponent } from '@overflow/noauth/component/list/list.component';
|
||||
import { NoAuthProbeListComponent } from '@overflow/noauth-probe/component/list/list.component';
|
||||
import { ProbeDownloadComponent } from '@overflow/probe/component/download/download.component';
|
||||
|
||||
const routes: Routes = [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NoauthModule } from '@overflow/noauth/noauth.module';
|
||||
import { NoauthProbeModule } from '@overflow/noauth-probe/noauth-probe.module';
|
||||
import { NoAuthProbePageComponent } from './noauth-probe-page.component';
|
||||
import { NoAuthProbePageRoutingModule } from './noauth-probe-page-routing.module';
|
||||
import { TabbarModule } from '../../../commons/component/layout/tabbar/app.tabbar.module';
|
||||
|
@ -10,7 +10,7 @@ import { TabbarModule } from '../../../commons/component/layout/tabbar/app.tabba
|
|||
CommonModule,
|
||||
NoAuthProbePageRoutingModule,
|
||||
TabbarModule,
|
||||
NoauthModule,
|
||||
NoauthProbeModule,
|
||||
],
|
||||
declarations: [
|
||||
NoAuthProbePageComponent,
|
||||
|
|
Loading…
Reference in New Issue
Block a user