Skip to content

Commit

Permalink
Adding translate module to Shared Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Oct 26, 2023
1 parent d8e475f commit 12f38c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/shared/components/shared-components.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { ChallengeCardComponent } from "./challenge-card/challenge-card.componen
import { ResourceCardComponent } from './resource-card/resource-card.component';
import { SolutionComponent } from './solution/solution.component';
import { BreadcrumbComponent } from './breadcrumb/breadcrumb.component';
import {TranslateModule} from "@ngx-translate/core";


@NgModule({
Expand All @@ -20,6 +21,7 @@ import { BreadcrumbComponent } from './breadcrumb/breadcrumb.component';
imports: [
CommonModule,
RouterModule,
TranslateModule,
NgbTooltipModule
],
exports: [
Expand Down

0 comments on commit 12f38c1

Please sign in to comment.