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