Fixe merge conflit

This commit is contained in:
Peter Maquiran
2021-01-19 08:52:43 +01:00
185 changed files with 6115 additions and 379 deletions
+10 -1
View File
@@ -5,5 +5,14 @@
</ion-header>
<ion-content>
<div class="main-container">
<div class="input-text d-flex ion-align-items-center">
<ion-input class="search-input" type="search" placeholder="Pesquisar" (change)="filterContact($event)"></ion-input>
</div>
<ul>
<li *ngFor="let contact of showContacts">
{{ contact.Name }}
</li>
</ul>
</div>
</ion-content>