This commit is contained in:
parent
0bb5406773
commit
38e64a0713
@ -7,7 +7,7 @@ import { AppConfig } from '../../shared/app.config';
|
||||
templateUrl: './avatar.component.html',
|
||||
styleUrls: ['./avatar.component.css']
|
||||
})
|
||||
export class TestAvatarComponent implements OnInit {
|
||||
export class AvatarComponent implements OnInit {
|
||||
|
||||
@Input() user: IUser;
|
||||
@Input() bgColor: string;
|
||||
|
Loading…
Reference in New Issue
Block a user