import { Injectable } from '@angular/core';

@Injectable()
export class PrimaryAngularService {
  initialize() {
    // stub
  }
}
