X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fvim-accounts%2Fnew-vimaccount%2FNewVimaccountComponent.ts;h=daa93321eb4973ccdb4be3732ec8c17c851370f2;hb=refs%2Fchanges%2F06%2F10806%2F6;hp=3f44af5d0321a73240ca9481fc82695f9b3c4d02;hpb=2e02e7d676dc5a87e2d68437f30b6e41037ea7a4;p=osm%2FNG-UI.git diff --git a/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts b/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts index 3f44af5..daa9332 100644 --- a/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts +++ b/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts @@ -48,8 +48,7 @@ import * as jsyaml from 'js-yaml'; import { RestService } from 'RestService'; import { SharedService } from 'SharedService'; import { isNullOrUndefined } from 'util'; -import { FEATURES, VIMLOCATION, VIMLOCATIONDATA } from 'VimAccountModel'; -import { VimAccountDetails, VIMData } from 'VimAccountModel'; +import { VimAccountDetails } from 'VimAccountModel'; /** * Creating component @@ -80,9 +79,6 @@ export class NewVimaccountComponent implements OnInit { /** Showing more details of collapase */ public isCollapsed: boolean = false; - /** Vim location values @public */ - public getVIMLocation: VIMLOCATIONDATA[] = []; - /** Check the Projects loading results @public */ public isLocationLoadingResults: boolean = false;