Loading src/app/model/sitenameAndSource.ts 0 → 100644 +14 −0 Original line number Diff line number Diff line export class SitenameAndSource { siteName: string; siteId: string; siteSource: string; constructor (name: string, source: string, id: string) { this.siteName = name; this.siteSource = source; this.siteId = id; } } No newline at end of file Loading
src/app/model/sitenameAndSource.ts 0 → 100644 +14 −0 Original line number Diff line number Diff line export class SitenameAndSource { siteName: string; siteId: string; siteSource: string; constructor (name: string, source: string, id: string) { this.siteName = name; this.siteSource = source; this.siteId = id; } } No newline at end of file