synchronization.service.ts 134 B

12345
  1. export class SyncrhonizationService {
  2. public synchronize(){
  3. console.log('Hi. My sole existence is to SYNCHRONIZE')
  4. }
  5. }