96. Creating service (#12 Section 14: Authentication service)
This commit is contained in:
9
support-portal-frontend/src/app/service/user.service.ts
Normal file
9
support-portal-frontend/src/app/service/user.service.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import {Injectable} from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class UserService {
|
||||
|
||||
constructor() { }
|
||||
}
|
||||
Reference in New Issue
Block a user