get value()

in src/app/code/code.component.ts [48:50]


  get value(): any {
    return this._value;
  }