Skip to content

Commit

Permalink
added CommonModule to shared module to fix ngForOf console error
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Apr 3, 2024
1 parent 7bb2409 commit 363d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AlertComponent } from './alert/alert.component'
import { LocalizePipe } from './pipe/localize'

@NgModule({
imports: [NgbModule, FontAwesomeModule],
imports: [NgbModule, FontAwesomeModule, CommonModule],
declarations: [FindLanguageFromKeyPipe, LocalizePipe, ErrorAlertComponent, HasAnyAuthorityDirective, AlertComponent],
exports: [
FindLanguageFromKeyPipe,
Expand Down

0 comments on commit 363d5e3

Please sign in to comment.