X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fsdks%2FsdkSelectDropdown.component.ts;h=7cd2dc7a05f0c2f2a6a23688dfff82055b75b30e;hb=fb2f6b918beb0a994ad304bfd678ef0c5c562210;hp=a2fe37ab06bd63494dabd7b0e758b158afa98379;hpb=c51d5034d527578da70bdd41b9ce13f28455c598;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/app/sdks/sdkSelectDropdown.component.ts b/webapp/src/app/sdks/sdkSelectDropdown.component.ts index a2fe37a..7cd2dc7 100644 --- a/webapp/src/app/sdks/sdkSelectDropdown.component.ts +++ b/webapp/src/app/sdks/sdkSelectDropdown.component.ts @@ -1,9 +1,9 @@ -import { Component, Input } from "@angular/core"; +import { Component, OnInit, Input } from '@angular/core'; -import { ISdk, SdkService } from "../services/sdk.service"; +import { ISdk, SdkService } from '../services/sdk.service'; @Component({ - selector: 'sdk-select-dropdown', + selector: 'xds-sdk-select-dropdown', template: `
` }) -export class SdkSelectDropdownComponent { +export class SdkSelectDropdownComponent implements OnInit { // FIXME investigate to understand why not working with sdks as input - // - //@Input() sdks: ISdk[]; + // + // @Input() sdks: ISdk[]; sdks: ISdk[]; curSdk: ISdk;