Skip to content
Snippets Groups Projects
Commit 1669869a authored by florimondmanca's avatar florimondmanca
Browse files

move fuzzy.pipe to core, quick fix

parent b76b4abd
Branches
No related tags found
3 merge requests!15Merge all in dev branch,!14Flovitrine dans fleurs,!16Staging
......@@ -2,3 +2,4 @@ export { CoreModule } from './core.module';
export * from './messages';
export * from './auth/auth.service';
export * from './login/login.component';
export * from './pipes';
export * from './fuzzy.pipe';
......@@ -35,7 +35,7 @@
<section id="figures">
<ul>
<li *ngFor="let figure of figures">
<li *ngFor="let figure of keyFigures">
<span class="figure">{{ figure.value }}</span>{{ figure.text }}
</li>
</ul>
......
......@@ -27,7 +27,7 @@ import { TestimonyService } from './shared/testimony.service';
import { CategoryService } from './shared/category.service';
// Pipes
import { FuzzyPipe } from '../pipes/fuzzy.pipe';
import { FuzzyPipe } from '@app/core';
import { NewsDetailPageComponent } from './news-detail-page/news-detail-page.component';
@NgModule({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment