remove not unaspected parameters (#2638)

This commit is contained in:
Mario Romano 2017-11-11 11:08:10 +00:00 committed by Eugenio Romano
parent 4ac523df11
commit efac6eeafe

View File

@ -3,5 +3,5 @@
<adf-version-manager [node]="contentEntry"></adf-version-manager> <adf-version-manager [node]="contentEntry"></adf-version-manager>
</section> </section>
<footer mat-dialog-actions fxLayout="row" fxLayoutAlign="end center"> <footer mat-dialog-actions fxLayout="row" fxLayoutAlign="end center">
<button mat-button (click)="close($event)">Close</button> <button mat-button (click)="close()">Close</button>
</footer> </footer>