export class Welcome {

constructor() {
        this.heading = 'Hello World';
}

}