GITLAB
Marcelo Puebla
/ autoservicio-axion
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
75e1d0e0787d10505c08bf692bc804e8fecfe84c
Authored by
Marcelo Puebla
2020-01-14 10:46:35 -0300
1 parent
0e01f0a45f
Exists in
develop
prueba
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/modules/admin/admin.component.ts
Side-by-side Diff
Inline Diff
src/app/modules/admin/admin.component.ts
Diff comments
View file @
75e1d0e
...
...
@@ -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
}