2019-02-15 07:25:55 +08:00
|
|
|
<app-frame>
|
|
|
|
|
|
|
|
<div body class="container-fluid">
|
|
|
|
<app-face *ngFor="let person of facesService.persons.value"
|
2019-03-03 17:30:12 +08:00
|
|
|
[person]="person"
|
|
|
|
[size]="size"></app-face>
|
2019-02-15 07:25:55 +08:00
|
|
|
</div>
|
|
|
|
</app-frame>
|