import {Component, OnInit} from '@angular/core'; @Component({ selector: 'view-leave-msg', templateUrl: './leave-msg.component.html', styleUrls: ['./leave-msg.component.less'] }) export class LeaveMsgComponent implements OnInit { constructor() { } ngOnInit() { } }