fix
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class UserService {
|
||||
|
||||
constructor() { }
|
||||
|
||||
connectUser(){
|
||||
alert('1202020');
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user