| securis/src/main/webapp/src/app/forms/pack.form.component.ts | patch | view | blame | history |
securis/src/main/webapp/src/app/forms/pack.form.component.ts
.. .. @@ -81,7 +81,7 @@ 81 81 ); 82 82 } 83 83 84 - changeLicType(event) {84 + changeLicType(event: any) {85 85 this.licenseTypes.get(this.data.license_type_id) 86 86 .map(lt_data => lt_data.metadata) 87 87 .subscribe( .. .. @@ -93,7 +93,7 @@ 93 93 ); 94 94 } 95 95 96 - changeOrg(event) {96 + changeOrg(event: any) {97 97 console.log(event); 98 98 console.log(this.data.organization_id); 99 99 }