diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 176e6d3..be403e2 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -16,6 +16,7 @@ import { DashboardComponent } from './dashboard/dashboard.component'; import { ShortPipe } from './dashboard/short'; import { FilterPipe } from './dashboard/filter.pipe'; import { PontPipe } from './dashboard/font'; +import { TextShortPipe } from './dashboard/texrshort'; @NgModule({ @@ -23,6 +24,7 @@ import { PontPipe } from './dashboard/font'; AppComponent, ShortPipe, PontPipe, + TextShortPipe, LayoutComponent, DashboardComponent, FilterPipe diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index cfea0aa..d57a665 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -35,7 +35,6 @@