delete not used pipe
This commit is contained in:
parent
6fb35250c9
commit
fbb6da3925
2 changed files with 1 additions and 13 deletions
|
|
@ -9,13 +9,10 @@ import { PoolService } from 'src/modules/pool/services/pool.service';
|
||||||
import { LayoutComponent } from './components/layout/layout.component';
|
import { LayoutComponent } from './components/layout/layout.component';
|
||||||
import { HomeComponent } from './components/home/home.component';
|
import { HomeComponent } from './components/home/home.component';
|
||||||
|
|
||||||
import { removeSetPipe } from 'src/pipes/removeSet.pipe';
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
LayoutComponent,
|
LayoutComponent,
|
||||||
HomeComponent,
|
HomeComponent
|
||||||
removeSetPipe
|
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
import { Pipe, PipeTransform } from '@angular/core';
|
|
||||||
|
|
||||||
@Pipe({ name: 'removeSet' })
|
|
||||||
|
|
||||||
export class removeSetPipe implements PipeTransform {
|
|
||||||
transform(name: string): string {
|
|
||||||
return name.substring(5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue