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
1 import { Component, OnInit } from '@angular/core'; 1 import { Component, OnInit } from '@angular/core';
2 2
3 @Component({ 3 @Component({
4 selector: 'app-admin', 4 selector: 'app-admin',
5 templateUrl: './admin.component.html', 5 templateUrl: './admin.component.html',
6 styleUrls: ['./admin.component.scss'] 6 styleUrls: ['./admin.component.scss']
7 }) 7 })
8 export class AdminComponent implements OnInit { 8 export class AdminComponent implements OnInit {
9 9
10 constructor() { } 10 constructor() { }
11 11
12 ngOnInit() { 12 ngOnInit() {
13 console.log("");
13 } 14 }
14 15
15 } 16 }
16 17