export class App { constructor() { this.selectedVal = 3; this.someOptions = ['Option 1', 'Option 2', 'Option 3']; } }