This commit is contained in:
Olu Amey
2020-01-10 23:03:15 -05:00
parent 84b60b5329
commit 887c6f4805
3 changed files with 33 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class UserService {
constructor() { }
connectUser(){
alert('1202020');
}
}