empty component route setting
This commit is contained in:
parent
42d44618fd
commit
138909bbea
|
@ -199,7 +199,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.DEPOSIT_WITHDRAWAL.DAILY_SETTLEMENT.TITLE',
|
translate: 'NAV.DEPOSIT_WITHDRAWAL.DAILY_SETTLEMENT.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/moneys/management/daily'
|
url: '/pages/moneys/management/daily-settlement'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -231,7 +231,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.INFO.FREE_BOARD_MANAGEMENT.TITLE',
|
translate: 'NAV.INFO.FREE_BOARD_MANAGEMENT.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/infos/management/free'
|
url: '/pages/infos/management/free-board'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'bet_rule',
|
id: 'bet_rule',
|
||||||
|
@ -263,7 +263,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.INFO.NOTICE_BOARD_MANAGEMENT.TITLE',
|
translate: 'NAV.INFO.NOTICE_BOARD_MANAGEMENT.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/infos/management/notice'
|
url: '/pages/infos/management/notice-board'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'board_regist',
|
id: 'board_regist',
|
||||||
|
@ -271,7 +271,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.INFO.BOARD_REGIST.TITLE',
|
translate: 'NAV.INFO.BOARD_REGIST.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/infos/management/board-regist'
|
url: '/pages/infos/management/free-board-regist'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -287,7 +287,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.SITE.DEFAULT_SET.TITLE',
|
translate: 'NAV.SITE.DEFAULT_SET.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/sites/management/configs'
|
url: '/pages/sites/management/default-config'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'account_separate',
|
id: 'account_separate',
|
||||||
|
@ -343,7 +343,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.SPECIAL.ROULETTE_COUPON.TITLE',
|
translate: 'NAV.SPECIAL.ROULETTE_COUPON.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/specials/management/coupon'
|
url: '/pages/specials/management/roulette-coupon'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'fix_bonus',
|
id: 'fix_bonus',
|
||||||
|
@ -351,7 +351,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.SPECIAL.FIX_BONUS.TITLE',
|
translate: 'NAV.SPECIAL.FIX_BONUS.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/specials/management/bonus'
|
url: '/pages/specials/management/fix-bonus'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'mini_game_martin',
|
id: 'mini_game_martin',
|
||||||
|
@ -359,7 +359,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.SPECIAL.MINI_GAME_MARTIN.TITLE',
|
translate: 'NAV.SPECIAL.MINI_GAME_MARTIN.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/specials/management/martin'
|
url: '/pages/specials/management/mini-martin'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'set_alert',
|
id: 'set_alert',
|
||||||
|
@ -367,7 +367,7 @@ export const navigation: FuseNavigation[] = [
|
||||||
translate: 'NAV.SPECIAL.SET_ALERT.TITLE',
|
translate: 'NAV.SPECIAL.SET_ALERT.TITLE',
|
||||||
type: 'item',
|
type: 'item',
|
||||||
icon: 'email',
|
icon: 'email',
|
||||||
url: '/pages/specials/management/alert'
|
url: '/pages/specials/management/alert-config'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'check_notice',
|
id: 'check_notice',
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>bet-rule works!</p>
|
12
src/app/pages/infos/info/component/bet-rule.component.ts
Normal file
12
src/app/pages/infos/info/component/bet-rule.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-bet-rule',
|
||||||
|
templateUrl: './bet-rule.component.html',
|
||||||
|
styleUrls: ['./bet-rule.component.scss']
|
||||||
|
})
|
||||||
|
export class BetRuleComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>event-regist works!</p>
|
12
src/app/pages/infos/info/component/event-regist.component.ts
Normal file
12
src/app/pages/infos/info/component/event-regist.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-event-regist',
|
||||||
|
templateUrl: './event-regist.component.html',
|
||||||
|
styleUrls: ['./event-regist.component.scss']
|
||||||
|
})
|
||||||
|
export class EventRegistComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>free-board-regist works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-free-board-regist',
|
||||||
|
templateUrl: './free-board-regist.component.html',
|
||||||
|
styleUrls: ['./free-board-regist.component.scss']
|
||||||
|
})
|
||||||
|
export class FreeBoardRegistComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>free-board works!</p>
|
12
src/app/pages/infos/info/component/free-board.component.ts
Normal file
12
src/app/pages/infos/info/component/free-board.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-free-board',
|
||||||
|
templateUrl: './free-board.component.html',
|
||||||
|
styleUrls: ['./free-board.component.scss']
|
||||||
|
})
|
||||||
|
export class FreeBoardComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1,3 +1,19 @@
|
||||||
import { ServiceCenterComponent } from './service-center.component';
|
import { ServiceCenterComponent } from './service-center.component';
|
||||||
|
import { SendMessageComponent } from './send-message.component';
|
||||||
|
import { FreeBoardComponent } from './free-board.component';
|
||||||
|
import { BetRuleComponent } from './bet-rule.component';
|
||||||
|
import { PopupSetComponent } from './popup-set.component';
|
||||||
|
import { EventRegistComponent } from './event-regist.component';
|
||||||
|
import { NoticeBoardComponent } from './notice-board.component';
|
||||||
|
import { FreeBoardRegistComponent } from './free-board-regist.component';
|
||||||
|
|
||||||
export const COMPONENTS = [ServiceCenterComponent];
|
export const COMPONENTS = [
|
||||||
|
ServiceCenterComponent,
|
||||||
|
SendMessageComponent,
|
||||||
|
FreeBoardComponent,
|
||||||
|
BetRuleComponent,
|
||||||
|
PopupSetComponent,
|
||||||
|
EventRegistComponent,
|
||||||
|
NoticeBoardComponent,
|
||||||
|
FreeBoardRegistComponent
|
||||||
|
];
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>notice-board works!</p>
|
12
src/app/pages/infos/info/component/notice-board.component.ts
Normal file
12
src/app/pages/infos/info/component/notice-board.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-notice-board',
|
||||||
|
templateUrl: './notice-board.component.html',
|
||||||
|
styleUrls: ['./notice-board.component.scss']
|
||||||
|
})
|
||||||
|
export class NoticeBoardComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>popup-set works!</p>
|
12
src/app/pages/infos/info/component/popup-set.component.ts
Normal file
12
src/app/pages/infos/info/component/popup-set.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-popup-set',
|
||||||
|
templateUrl: './popup-set.component.html',
|
||||||
|
styleUrls: ['./popup-set.component.scss']
|
||||||
|
})
|
||||||
|
export class PopupSetComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>send-message works!</p>
|
12
src/app/pages/infos/info/component/send-message.component.ts
Normal file
12
src/app/pages/infos/info/component/send-message.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-send-message',
|
||||||
|
templateUrl: './send-message.component.html',
|
||||||
|
styleUrls: ['./send-message.component.scss']
|
||||||
|
})
|
||||||
|
export class SendMessageComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1,11 +1,46 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { Routes, RouterModule } from '@angular/router';
|
import { Routes, RouterModule } from '@angular/router';
|
||||||
import { ServiceCenterComponent } from './component/service-center.component';
|
import { ServiceCenterComponent } from './component/service-center.component';
|
||||||
|
import { SendMessageComponent } from './component/send-message.component';
|
||||||
|
import { FreeBoardComponent } from './component/free-board.component';
|
||||||
|
import { BetRuleComponent } from './component/bet-rule.component';
|
||||||
|
import { PopupSetComponent } from './component/popup-set.component';
|
||||||
|
import { EventRegistComponent } from './component/event-regist.component';
|
||||||
|
import { NoticeBoardComponent } from './component/notice-board.component';
|
||||||
|
import { FreeBoardRegistComponent } from './component/free-board-regist.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: 'service-center',
|
path: 'service-center',
|
||||||
component: ServiceCenterComponent
|
component: ServiceCenterComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'send-message',
|
||||||
|
component: SendMessageComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'free-board',
|
||||||
|
component: FreeBoardComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'bet-rule',
|
||||||
|
component: BetRuleComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'popup-set',
|
||||||
|
component: PopupSetComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'event-regist',
|
||||||
|
component: EventRegistComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'notice-board',
|
||||||
|
component: NoticeBoardComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'free-board-regist',
|
||||||
|
component: FreeBoardRegistComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>daily-settlement works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-daily-settlement',
|
||||||
|
templateUrl: './daily-settlement.component.html',
|
||||||
|
styleUrls: ['./daily-settlement.component.scss']
|
||||||
|
})
|
||||||
|
export class DailySettlementComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1,3 +1,13 @@
|
||||||
import { DepositComponent } from './deposit.component';
|
import { DepositComponent } from './deposit.component';
|
||||||
|
import { WithdrawalComponent } from './withdrawal.component';
|
||||||
|
import { MoneyLogComponent } from './money-log.component';
|
||||||
|
import { PointLogComponent } from './point-log.component';
|
||||||
|
import { DailySettlementComponent } from './daily-settlement.component';
|
||||||
|
|
||||||
export const COMPONENTS = [DepositComponent];
|
export const COMPONENTS = [
|
||||||
|
DepositComponent,
|
||||||
|
WithdrawalComponent,
|
||||||
|
MoneyLogComponent,
|
||||||
|
PointLogComponent,
|
||||||
|
DailySettlementComponent
|
||||||
|
];
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>money-log works!</p>
|
12
src/app/pages/moneys/money/component/money-log.component.ts
Normal file
12
src/app/pages/moneys/money/component/money-log.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-money-log',
|
||||||
|
templateUrl: './money-log.component.html',
|
||||||
|
styleUrls: ['./money-log.component.scss']
|
||||||
|
})
|
||||||
|
export class MoneyLogComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>point-log works!</p>
|
12
src/app/pages/moneys/money/component/point-log.component.ts
Normal file
12
src/app/pages/moneys/money/component/point-log.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-point-log',
|
||||||
|
templateUrl: './point-log.component.html',
|
||||||
|
styleUrls: ['./point-log.component.scss']
|
||||||
|
})
|
||||||
|
export class PointLogComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>withdrawal works!</p>
|
12
src/app/pages/moneys/money/component/withdrawal.component.ts
Normal file
12
src/app/pages/moneys/money/component/withdrawal.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-withdrawal',
|
||||||
|
templateUrl: './withdrawal.component.html',
|
||||||
|
styleUrls: ['./withdrawal.component.scss']
|
||||||
|
})
|
||||||
|
export class WithdrawalComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -2,11 +2,31 @@ import { NgModule } from '@angular/core';
|
||||||
import { Routes, RouterModule } from '@angular/router';
|
import { Routes, RouterModule } from '@angular/router';
|
||||||
|
|
||||||
import { DepositComponent } from './component/deposit.component';
|
import { DepositComponent } from './component/deposit.component';
|
||||||
|
import { WithdrawalComponent } from './component/withdrawal.component';
|
||||||
|
import { MoneyLogComponent } from './component/money-log.component';
|
||||||
|
import { PointLogComponent } from './component/point-log.component';
|
||||||
|
import { DailySettlementComponent } from './component/daily-settlement.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: 'deposit',
|
path: 'deposit',
|
||||||
component: DepositComponent
|
component: DepositComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'withdrawal',
|
||||||
|
component: WithdrawalComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'money-log',
|
||||||
|
component: MoneyLogComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'ponit-log',
|
||||||
|
component: PointLogComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'daily-settlement',
|
||||||
|
component: DailySettlementComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>admin-ip works!</p>
|
12
src/app/pages/sites/site/component/admin-ip.component.ts
Normal file
12
src/app/pages/sites/site/component/admin-ip.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-admin-ip',
|
||||||
|
templateUrl: './admin-ip.component.html',
|
||||||
|
styleUrls: ['./admin-ip.component.scss']
|
||||||
|
})
|
||||||
|
export class AdminIpComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>bet-amount works!</p>
|
12
src/app/pages/sites/site/component/bet-amount.component.ts
Normal file
12
src/app/pages/sites/site/component/bet-amount.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-bet-amount',
|
||||||
|
templateUrl: './bet-amount.component.html',
|
||||||
|
styleUrls: ['./bet-amount.component.scss']
|
||||||
|
})
|
||||||
|
export class BetAmountComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>block-ip works!</p>
|
12
src/app/pages/sites/site/component/block-ip.component.ts
Normal file
12
src/app/pages/sites/site/component/block-ip.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-block-ip',
|
||||||
|
templateUrl: './block-ip.component.html',
|
||||||
|
styleUrls: ['./block-ip.component.scss']
|
||||||
|
})
|
||||||
|
export class BlockIpComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>default-config works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-default-config',
|
||||||
|
templateUrl: './default-config.component.html',
|
||||||
|
styleUrls: ['./default-config.component.scss']
|
||||||
|
})
|
||||||
|
export class DefaultConfigComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1,3 +1,15 @@
|
||||||
|
import { DefaultConfigComponent } from './default-config.component';
|
||||||
import { BankInfoListComponent } from './bank-info-list.component';
|
import { BankInfoListComponent } from './bank-info-list.component';
|
||||||
|
import { BetAmountComponent } from './bet-amount.component';
|
||||||
|
import { BlockIpComponent } from './block-ip.component';
|
||||||
|
import { AdminIpComponent } from './admin-ip.component';
|
||||||
|
import { LevelComponent } from './level.component';
|
||||||
|
|
||||||
export const COMPONENTS = [BankInfoListComponent];
|
export const COMPONENTS = [
|
||||||
|
DefaultConfigComponent,
|
||||||
|
BankInfoListComponent,
|
||||||
|
BetAmountComponent,
|
||||||
|
BlockIpComponent,
|
||||||
|
AdminIpComponent,
|
||||||
|
LevelComponent
|
||||||
|
];
|
||||||
|
|
1
src/app/pages/sites/site/component/level.component.html
Normal file
1
src/app/pages/sites/site/component/level.component.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<p>mini-martin works!</p>
|
12
src/app/pages/sites/site/component/level.component.ts
Normal file
12
src/app/pages/sites/site/component/level.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-level',
|
||||||
|
templateUrl: './level.component.html',
|
||||||
|
styleUrls: ['./level.component.scss']
|
||||||
|
})
|
||||||
|
export class LevelComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1,11 +1,37 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { Routes, RouterModule } from '@angular/router';
|
import { Routes, RouterModule } from '@angular/router';
|
||||||
|
|
||||||
|
import { DefaultConfigComponent } from './component/default-config.component';
|
||||||
import { BankInfoListComponent } from './component/bank-info-list.component';
|
import { BankInfoListComponent } from './component/bank-info-list.component';
|
||||||
|
import { BetAmountComponent } from './component/bet-amount.component';
|
||||||
|
import { BlockIpComponent } from './component/block-ip.component';
|
||||||
|
import { AdminIpComponent } from './component/admin-ip.component';
|
||||||
|
import { LevelComponent } from './component/level.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
|
{
|
||||||
|
path: 'default-config',
|
||||||
|
component: DefaultConfigComponent
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'bank-info',
|
path: 'bank-info',
|
||||||
component: BankInfoListComponent
|
component: BankInfoListComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'bet-amount',
|
||||||
|
component: BetAmountComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'block-ip',
|
||||||
|
component: BlockIpComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'admin-ip',
|
||||||
|
component: AdminIpComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'level',
|
||||||
|
component: LevelComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>alert-config works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-alert-config',
|
||||||
|
templateUrl: './alert-config.component.html',
|
||||||
|
styleUrls: ['./alert-config.component.scss']
|
||||||
|
})
|
||||||
|
export class AlertConfigComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>check-notice works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-check-notice',
|
||||||
|
templateUrl: './check-notice.component.html',
|
||||||
|
styleUrls: ['./check-notice.component.scss']
|
||||||
|
})
|
||||||
|
export class CheckNoticeComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1 +0,0 @@
|
||||||
<p>coupon works!</p>
|
|
|
@ -1,12 +0,0 @@
|
||||||
import { Component, OnInit } from '@angular/core';
|
|
||||||
|
|
||||||
@Component({
|
|
||||||
selector: 'app-coupon',
|
|
||||||
templateUrl: './coupon.component.html',
|
|
||||||
styleUrls: ['./coupon.component.scss']
|
|
||||||
})
|
|
||||||
export class CouponComponent implements OnInit {
|
|
||||||
constructor() {}
|
|
||||||
|
|
||||||
ngOnInit() {}
|
|
||||||
}
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>fix-bonus works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-fix-bonus',
|
||||||
|
templateUrl: './fix-bonus.component.html',
|
||||||
|
styleUrls: ['./fix-bonus.component.scss']
|
||||||
|
})
|
||||||
|
export class FixBonusComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1,3 +1,13 @@
|
||||||
import { CouponComponent } from './coupon.component';
|
import { RouletteCouponComponent } from './roulette-coupon.component';
|
||||||
|
import { FixBonusComponent } from './fix-bonus.component';
|
||||||
|
import { MiniMartinComponent } from './mini-martin.component';
|
||||||
|
import { AlertConfigComponent } from './alert-config.component';
|
||||||
|
import { CheckNoticeComponent } from './check-notice.component';
|
||||||
|
|
||||||
export const COMPONENTS = [CouponComponent];
|
export const COMPONENTS = [
|
||||||
|
RouletteCouponComponent,
|
||||||
|
FixBonusComponent,
|
||||||
|
MiniMartinComponent,
|
||||||
|
AlertConfigComponent,
|
||||||
|
CheckNoticeComponent
|
||||||
|
];
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p>level works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-mini-martin',
|
||||||
|
templateUrl: './mini-martin.component.html',
|
||||||
|
styleUrls: ['./mini-martin.component.scss']
|
||||||
|
})
|
||||||
|
export class MiniMartinComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<p>roulette-coupon works!</p>
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-roulette-coupon',
|
||||||
|
templateUrl: './roulette-coupon.component.html',
|
||||||
|
styleUrls: ['./roulette-coupon.component.scss']
|
||||||
|
})
|
||||||
|
export class RouletteCouponComponent implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
ngOnInit() {}
|
||||||
|
}
|
|
@ -1,12 +1,32 @@
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { Routes, RouterModule } from '@angular/router';
|
import { Routes, RouterModule } from '@angular/router';
|
||||||
|
|
||||||
import { CouponComponent } from './component/coupon.component';
|
import { RouletteCouponComponent } from './component/roulette-coupon.component';
|
||||||
|
import { FixBonusComponent } from './component/fix-bonus.component';
|
||||||
|
import { MiniMartinComponent } from './component/mini-martin.component';
|
||||||
|
import { AlertConfigComponent } from './component/alert-config.component';
|
||||||
|
import { CheckNoticeComponent } from './component/check-notice.component';
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: 'coupon',
|
path: 'roulette-coupon',
|
||||||
component: CouponComponent
|
component: RouletteCouponComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'fix-bonus',
|
||||||
|
component: FixBonusComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'mini-martin',
|
||||||
|
component: MiniMartinComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'alert-config',
|
||||||
|
component: AlertConfigComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'check-notice',
|
||||||
|
component: CheckNoticeComponent
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user