Forked from omariosouto/gist:2edd4d31b7f2bec114a7f318970b605f
Created
March 31, 2018 15:07
-
-
Save juliomoreira666/0f8746311afc15168296b811a4e4b288 to your computer and use it in GitHub Desktop.
Angular com dois layouts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div *ngIf="fotos.length === 1"> | |
mostrar o conteudo daqui | |
<foto [titulo]="fotos[0].titulo"> | |
</foto> | |
</div> | |
<foto *ngFor="let foto of fotos" > | |
</foto> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment