Skip to content
look-role.component.ts 252 B
Newer Older
wangqinghua's avatar
wangqinghua committed
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'smart-look-role',
  templateUrl: './look-role.component.html',
  styles: []
})
export class LookRoleComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}