Files
PictureStory/src/app/services/authentication.service.ts
2018-10-22 21:49:05 +05:30

10 lines
143 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class AuthenticationService {
constructor() { }
}