Files
JubaApp/src/app/services/api/user.service.ts
T
Olu Amey 887c6f4805 fix
2020-01-10 23:03:15 -05:00

16 lines
179 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class UserService {
constructor() { }
connectUser(){
alert('1202020');
}
}