X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fvim-accounts%2FVimAccountsModule.ts;h=c646857b403fc699cbcad2aacdd686d1686530fa;hb=a22c8631bb481d0bfcf39d72630d57a5846d20ff;hp=3424bc47c78666a80aa7fb15ac3e6938bb89d896;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/app/vim-accounts/VimAccountsModule.ts b/src/app/vim-accounts/VimAccountsModule.ts index 3424bc4..c646857 100644 --- a/src/app/vim-accounts/VimAccountsModule.ts +++ b/src/app/vim-accounts/VimAccountsModule.ts @@ -24,6 +24,7 @@ import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; import { ReactiveFormsModule } from '@angular/forms'; import { RouterModule, Routes } from '@angular/router'; +import { CodemirrorModule } from '@ctrl/ngx-codemirror'; import { NgbModule } from '@ng-bootstrap/ng-bootstrap'; import { NgSelectModule } from '@ng-select/ng-select'; import { TranslateModule } from '@ngx-translate/core'; @@ -80,7 +81,7 @@ const routes: Routes = [ @NgModule({ imports: [ReactiveFormsModule.withConfig({ warnOnNgModelWithFormControl: 'never' }), FormsModule, CommonModule, HttpClientModule, NgSelectModule, Ng2SmartTableModule, TranslateModule, RouterModule.forChild(routes), NgbModule, - PagePerRowModule, LoaderModule, PageReloadModule], + PagePerRowModule, LoaderModule, PageReloadModule, CodemirrorModule], declarations: [VimAccountsComponent, InfoVimComponent, VimAccountDetailsComponent, NewVimaccountComponent], providers: [DataService], entryComponents: [InfoVimComponent]