Commit 75e1d0e0787d10505c08bf692bc804e8fecfe84c

Authored by Marcelo Puebla
1 parent 0e01f0a45f

prueba

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/modules/admin/admin.component.ts
... ... @@ -10,6 +10,7 @@ export class AdminComponent implements OnInit {
10 10 constructor() { }
11 11  
12 12 ngOnInit() {
  13 + console.log("");
13 14 }
14 15  
15 16 }