Skip to content

Commit c4b305d

Browse files
zvonimirfrasesuau
andauthored
test(search): Add I18nModule to test imports
Co-Authored-By: esuau <[email protected]>
1 parent c0c841a commit c4b305d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/search/search.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import { Search } from "./search.component";
1515
],
1616
imports: [
1717
FormsModule,
18-
CommonModule
18+
CommonModule,
19+
I18nModule
1920
]
2021
})
2122
export class SearchModule { }

0 commit comments

Comments
 (0)