Guest User

Untitled

a guest
Apr 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div (click)="onContainerClicked($event)" class="app-general-modal {{color}}" [ngClass]="color" [ngStyle]="{'display': visible ? 'block' : 'none'}">
  2. <div class="app-general-modal__background" [ngClass]="{'small': small}">
  3. <div class="app-general-modal__background__content" >
  4. <a href="javascript:;" class="modal__cerrar" (click)="closes()" *ngIf="!small"></a>
  5. <ng-content></ng-content>
  6. </div>
  7. </div>
  8. </div>
Add Comment
Please, Sign In to add comment