Michael Lando | dd60339 | 2017-07-12 00:54:52 +0300 | [diff] [blame] | 1 | /*- |
| 2 | * ============LICENSE_START======================================================= |
| 3 | * SDC |
| 4 | * ================================================================================ |
| 5 | * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | * ================================================================================ |
| 7 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | * you may not use this file except in compliance with the License. |
| 9 | * You may obtain a copy of the License at |
Idan Amit | 2c28572 | 2017-12-29 09:40:43 +0200 | [diff] [blame] | 10 | * |
Michael Lando | dd60339 | 2017-07-12 00:54:52 +0300 | [diff] [blame] | 11 | * http://www.apache.org/licenses/LICENSE-2.0 |
Idan Amit | 2c28572 | 2017-12-29 09:40:43 +0200 | [diff] [blame] | 12 | * |
Michael Lando | dd60339 | 2017-07-12 00:54:52 +0300 | [diff] [blame] | 13 | * Unless required by applicable law or agreed to in writing, software |
| 14 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | * See the License for the specific language governing permissions and |
| 17 | * limitations under the License. |
| 18 | * ============LICENSE_END========================================================= |
| 19 | */ |
| 20 | |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 21 | import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; |
| 22 | import {BrowserModule} from '@angular/platform-browser'; |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 23 | import { NgModule, APP_INITIALIZER } from '@angular/core'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 24 | import {FormsModule} from '@angular/forms'; |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 25 | import { forwardRef } from '@angular/core'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 26 | import {AppComponent} from './app.component'; |
| 27 | import {UpgradeAdapter} from '@angular/upgrade'; |
| 28 | import {UpgradeModule} from '@angular/upgrade/static'; |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 29 | import { SdcUiComponentsModule, SdcUiComponents } from 'onap-ui-angular'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 30 | import {PropertiesAssignmentModule} from './pages/properties-assignment/properties-assignment.module'; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 31 | import { |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 32 | DataTypesServiceProvider, CookieServiceProvider, StateServiceFactory, |
| 33 | StateParamsServiceFactory, ScopeServiceFactory, |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 34 | NotificationServiceProvider, ComponentFactoryProvider |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 35 | } from './utils/ng1-upgraded-provider'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 36 | import {ConfigService} from './services/config.service'; |
| 37 | import {AuthenticationService} from './services/authentication.service'; |
| 38 | import {Cookie2Service} from './services/cookie.service'; |
| 39 | import {ComponentServiceNg2} from './services/component-services/component.service'; |
| 40 | import {ComponentServiceFactoryNg2} from './services/component-services/component.service.factory'; |
| 41 | import {ServiceServiceNg2} from './services/component-services/service.service'; |
| 42 | import {ComponentInstanceServiceNg2} from './services/component-instance-services/component-instance.service'; |
| 43 | import {ModalService} from './services/modal.service'; |
| 44 | import {UiElementsModule} from './components/ui/ui-elements.module'; |
| 45 | import {ConnectionWizardModule} from './pages/composition/graph/connection-wizard/connection-wizard.module'; |
| 46 | import {InterfaceOperationModule} from './pages/interface-operation/interface-operation.module'; |
| 47 | import {OperationCreatorModule} from './pages/interface-operation/operation-creator/operation-creator.module'; |
| 48 | import {LayoutModule} from './components/layout/layout.module'; |
| 49 | import {UserService} from './services/user.service'; |
| 50 | import {DynamicComponentService} from './services/dynamic-component.service'; |
| 51 | import {SdcConfig} from './config/sdc-config.config'; |
| 52 | import {SdcMenu} from './config/sdc-menu.config'; |
| 53 | import {TranslateModule} from './shared/translator/translate.module'; |
| 54 | import {TranslationServiceConfig} from './config/translation.service.config'; |
| 55 | import {MultilineEllipsisModule} from './shared/multiline-ellipsis/multiline-ellipsis.module'; |
| 56 | import {ServicePathCreatorModule} from './pages/composition/graph/service-path-creator/service-path-creator.module'; |
| 57 | import {ServicePathsListModule} from './pages/composition/graph/service-paths-list/service-paths-list.module'; |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 58 | import { ServicePathSelectorModule } from 'app/ng2/pages/composition/graph/service-path-selector/service-path-selector.module'; |
| 59 | import { CompositionPanelModule } from 'app/ng2/pages/composition/panel/composition-panel.module'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 60 | import {CatalogModule} from './pages/catalog/catalog.module'; |
| 61 | import {HomeModule} from './pages/home/home.module'; |
| 62 | import {WindowRef} from './services/window.service'; |
| 63 | import {CatalogService} from './services/catalog.service'; |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 64 | import { ModalsHandlerProvider } from './utils/ng1-upgraded-provider'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 65 | import {PluginFrameModule} from './components/ui/plugin/plugin-frame.module'; |
| 66 | import {PluginsService} from './services/plugins.service'; |
| 67 | import {EventBusService} from './services/event-bus.service'; |
| 68 | import {GroupsService} from './services/groups.service'; |
| 69 | import {PoliciesService} from './services/policies.service'; |
| 70 | import {AutomatedUpgradeService} from './pages/automated-upgrade/automated-upgrade.service'; |
| 71 | import {AutomatedUpgradeModule} from './pages/automated-upgrade/automated-upgrade.module'; |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 72 | import {WorkspaceModule} from './pages/workspace/workspace.module'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 73 | import {ModalsModule} from './components/modals/modals.module'; |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 74 | import { SharingService, CacheService, HomeService } from 'app/services-ng2'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 75 | import {ArtifactConfigService} from "./services/artifact-config.service"; |
| 76 | import {IUserProperties} from 'app/models'; |
| 77 | import {PluginsModule} from './pages/plugins/plugins-module'; |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 78 | import {WorkspaceNg1BridgeService} from './pages/workspace/workspace-ng1-bridge-service'; |
| 79 | import {NgxsModule} from '@ngxs/store'; |
| 80 | import {NgxsLoggerPluginModule} from '@ngxs/logger-plugin'; |
| 81 | import {NgxsReduxDevtoolsPluginModule} from '@ngxs/devtools-plugin'; |
| 82 | import {EventListenerService} from '../services/event-listener-service'; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 83 | import {HttpClientModule} from '@angular/common/http'; |
| 84 | import {httpInterceptorProviders} from './http-interceptor'; |
| 85 | import {HttpHelperService} from './services/http-hepler.service'; |
| 86 | import {ModulesService} from "./services/modules.service"; |
| 87 | import {TranslateService} from 'app/ng2/shared/translator/translate.service'; |
| 88 | import {FileUtilsService} from './services/file-utils.service'; |
| 89 | import {ImportVSPService} from './components/modals/onboarding-modal/import-vsp.service'; |
| 90 | import {OnboardingService} from './services/onboarding.service'; |
| 91 | import {ServiceConsumptionCreatorModule} from './pages/service-consumption-editor/service-consumption-editor.module'; |
| 92 | import {ServiceDependenciesModule} from './components/logic/service-dependencies/service-dependencies.module'; |
| 93 | import {ServiceDependenciesEditorModule} from './pages/service-dependencies-editor/service-dependencies-editor.module'; |
| 94 | import {PropertyCreatorModule} from './pages/properties-assignment/property-creator/property-creator.module'; |
| 95 | import {DeclareListModule} from './pages/properties-assignment/declare-list/declare-list.module'; |
| 96 | import {WorkflowServiceNg2} from './services/workflow.service'; |
| 97 | import {ToscaTypesServiceNg2} from "./services/tosca-types.service"; |
aribeiro | 1ae28c3 | 2020-10-05 10:45:11 +0100 | [diff] [blame] | 98 | import {CapabilitiesFilterPropertiesEditorComponentModule} from "./pages/composition/capabilities-filter-properties-editor/capabilities-filter-properties-editor.module"; |
aribeiro | 5c1f575 | 2020-11-19 13:28:43 +0000 | [diff] [blame] | 99 | import {InterfaceOperationHandlerModule} from "./pages/composition/interface-operatons/operation-creator/interface-operation-handler.module"; |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 100 | import {AttributesOutputsModule} from "./pages/attributes-outputs/attributes-outputs.module"; |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 101 | |
| 102 | |
| 103 | declare const __ENV__: string; |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 104 | |
| 105 | export const upgradeAdapter = new UpgradeAdapter(forwardRef(() => AppModule)); |
| 106 | |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 107 | export function configServiceFactory(config: ConfigService, authService: AuthenticationService, eventListener: EventListenerService) { |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 108 | |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 109 | return () => { |
| 110 | return authService.authenticate().toPromise() |
| 111 | .then((userInfo: IUserProperties) => { |
| 112 | authService.setLoggedinUser(userInfo); |
| 113 | return Promise.all([ |
| 114 | config.loadSdcSetupData(), |
| 115 | config.loadValidationConfiguration(), |
| 116 | config.loadPluginsConfiguration(), |
| 117 | ]) |
| 118 | }).then(() => { |
| 119 | eventListener.notifyObservers('ON_FINISH_LOADING'); |
| 120 | }) |
| 121 | .catch(() => { |
| 122 | console.log('AUTH FAILED! from app module'); |
| 123 | }); |
| 124 | }; |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 125 | } |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 126 | |
| 127 | @NgModule({ |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 128 | declarations: [ |
| 129 | AppComponent |
| 130 | ], |
| 131 | imports: [ |
| 132 | BrowserAnimationsModule, |
| 133 | BrowserModule, |
| 134 | UpgradeModule, |
| 135 | FormsModule, |
| 136 | HttpClientModule, |
| 137 | LayoutModule, |
| 138 | TranslateModule, |
| 139 | MultilineEllipsisModule, |
| 140 | UiElementsModule, |
| 141 | CompositionPanelModule, |
| 142 | SdcUiComponentsModule, |
| 143 | AutomatedUpgradeModule, |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 144 | |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 145 | // We need to import them here since we use them in angular1 |
| 146 | ConnectionWizardModule, |
| 147 | PropertiesAssignmentModule, |
| 148 | AttributesOutputsModule, |
| 149 | PropertyCreatorModule, |
| 150 | DeclareListModule, |
| 151 | PluginFrameModule, |
| 152 | PluginsModule, |
| 153 | InterfaceOperationModule, |
| 154 | OperationCreatorModule, |
aribeiro | 5c1f575 | 2020-11-19 13:28:43 +0000 | [diff] [blame] | 155 | InterfaceOperationHandlerModule, |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 156 | ServicePathCreatorModule, |
| 157 | ServicePathsListModule, |
| 158 | ServicePathSelectorModule, |
| 159 | ServiceConsumptionCreatorModule, |
| 160 | ServiceDependenciesModule, |
| 161 | ServiceDependenciesEditorModule, |
| 162 | CapabilitiesFilterPropertiesEditorComponentModule, |
| 163 | WorkspaceModule, |
| 164 | ModalsModule, |
| 165 | CatalogModule, |
| 166 | HomeModule, |
| 167 | NgxsModule.forRoot([]), |
| 168 | NgxsLoggerPluginModule.forRoot({logger: console, collapsed: false}), |
| 169 | NgxsReduxDevtoolsPluginModule.forRoot({ |
| 170 | disabled: __ENV__ === 'prod' |
| 171 | }) |
| 172 | ], |
| 173 | exports: [], |
| 174 | entryComponents: [], |
| 175 | providers: [ |
| 176 | WindowRef, |
| 177 | httpInterceptorProviders, |
| 178 | DataTypesServiceProvider, |
| 179 | SharingService, |
| 180 | CacheService, |
| 181 | HomeService, |
| 182 | ArtifactConfigService, |
| 183 | ComponentFactoryProvider, |
| 184 | CookieServiceProvider, |
| 185 | StateServiceFactory, |
| 186 | StateParamsServiceFactory, |
| 187 | ScopeServiceFactory, |
| 188 | NotificationServiceProvider, |
| 189 | ModalsHandlerProvider, |
| 190 | UserService, |
| 191 | Cookie2Service, |
| 192 | ConfigService, |
| 193 | ComponentServiceNg2, |
| 194 | ComponentServiceFactoryNg2, |
| 195 | ModalService, |
| 196 | ImportVSPService, |
| 197 | OnboardingService, |
| 198 | ServiceServiceNg2, |
| 199 | AutomatedUpgradeService, |
| 200 | WorkflowServiceNg2, |
| 201 | ToscaTypesServiceNg2, |
| 202 | WorkspaceNg1BridgeService, |
| 203 | HttpHelperService, |
| 204 | AuthenticationService, |
| 205 | PoliciesService, |
| 206 | GroupsService, |
| 207 | ModulesService, |
| 208 | DynamicComponentService, |
| 209 | SdcConfig, |
| 210 | SdcMenu, |
| 211 | ComponentInstanceServiceNg2, |
| 212 | EventListenerService, |
| 213 | TranslationServiceConfig, |
| 214 | TranslateService, |
| 215 | PluginsService, |
| 216 | CatalogService, |
| 217 | EventBusService, |
| 218 | FileUtilsService, |
| 219 | { |
| 220 | provide: APP_INITIALIZER, |
| 221 | useFactory: configServiceFactory, |
| 222 | deps: [ConfigService, AuthenticationService, EventListenerService], |
| 223 | multi: true |
| 224 | }, |
| 225 | ], |
| 226 | bootstrap: [AppComponent] |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 227 | }) |
| 228 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 229 | export class AppModule { |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 230 | constructor(public upgrade: UpgradeModule) { |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 231 | |
vasraz | 26e5029 | 2021-02-16 17:37:57 +0000 | [diff] [blame^] | 232 | } |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 233 | } |