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