add unit test
This commit is contained in:
parent
275bd37552
commit
02932ee64b
21 changed files with 19754 additions and 19754 deletions
|
|
@ -1,25 +1,25 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
import { PoolRoutingModule } from './pool-routing.module';
|
||||
import { ReactiveFormsModule } from '@angular/forms';
|
||||
|
||||
import { PoolService } from '@modules/pool/services/pool.service';
|
||||
|
||||
import { PoolComponent } from './components/pool/pool.component';
|
||||
import { CardComponent } from './components/card/card.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
PoolComponent,
|
||||
CardComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
PoolRoutingModule,
|
||||
ReactiveFormsModule
|
||||
],
|
||||
providers: [PoolService]
|
||||
})
|
||||
|
||||
export class PoolModule { }
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
import { PoolRoutingModule } from './pool-routing.module';
|
||||
import { ReactiveFormsModule } from '@angular/forms';
|
||||
|
||||
import { PoolService } from '@modules/pool/services/pool.service';
|
||||
|
||||
import { PoolComponent } from './components/pool/pool.component';
|
||||
import { CardComponent } from './components/card/card.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
PoolComponent,
|
||||
CardComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
PoolRoutingModule,
|
||||
ReactiveFormsModule
|
||||
],
|
||||
providers: [PoolService]
|
||||
})
|
||||
|
||||
export class PoolModule { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue