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