summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/projects/portalsdk-tag-lib/src/lib/portalsdk-tag-lib.service.ts
blob: d003e747426febec2eec604c08b8b31d3af019a5 (plain)
1
2
3
4
5
6
7
8
9
import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root'
})
export class PortalsdkTagLibService {

  constructor() { }
}