boton agregar
This commit is contained in:
@@ -28,9 +28,23 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<pre *ngIf="auth.user$ | async as user">
|
||||
<code>{{user | json}}</code>
|
||||
|
||||
|
||||
|
||||
|
||||
<pre *ngIf="dato">
|
||||
<code>{{dato | json}}</code>
|
||||
|
||||
</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<table class="table table-bordered table-hover" *ngIf="usuarios" border="2">
|
||||
<thead >
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user