synchronization.service.ts 143 B

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