updated typings, commented error provoking line
This commit is contained in:
parent
c3dfc5393a
commit
a77509e678
4 changed files with 5 additions and 8 deletions
|
@ -13,7 +13,7 @@ export class InputareaComponent {
|
|||
public index:number = 0;
|
||||
public conversions:ConversionType[] = [ConversionType.ENCODE_BASE64, ConversionType.DECODE_BASE64];
|
||||
private conversion:ConversionInput;
|
||||
private ConversionType:ConversionType = ConversionType;
|
||||
// private ConversionType:ConversionType = ConversionType;
|
||||
|
||||
constructor() {
|
||||
console.log("Aloha, " + this.index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue