Skip to content

Commit

Permalink
Update app module with text annotator
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocerre committed Apr 24, 2021
1 parent 4703097 commit 0f3deed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { Ng2HandySyntaxHighlighterModule } from 'ng2-handy-syntax-highlighter';
import { AppConfig } from './app.config';

import { AdditionComponent } from './components/addition/addition.component';
import { TextAnnotatorComponent } from './components/annotator/text-annotator/text-annotator.component';
import { ApparatusEntryComponent } from './components/apparatus-entry/apparatus-entry.component';
import { CharComponent } from './components/char/char.component';
import { ChoiceComponent } from './components/choice/choice.component';
Expand Down Expand Up @@ -173,6 +174,7 @@ export function initializeApp(appConfig: AppConfig) {
WitnessPanelComponent,
WordComponent,
XmlBeautifyPipe,
TextAnnotatorComponent,
],
imports: [
AppRoutingModule,
Expand Down

0 comments on commit 0f3deed

Please sign in to comment.