Revision 56634
Added by Andreas Mantas almost 4 years ago
modules/uoa-repository-dashboard-gui/branches/development/src/app/services/repository.service.ts | ||
---|---|---|
160 | 160 |
|
161 | 161 |
searchRegisteredRepositories(page, size, urlParams: URLParameter[]) { |
162 | 162 |
const url = `${this.apiUrl}searchRegisteredRepositories/${page}/${size}`; |
163 |
console.log(`knoking on: ${url}`); |
|
163 |
console.log(`knocking on: ${url}`);
|
|
164 | 164 |
let params = new HttpParams(); |
165 | 165 |
for (const urlParameter of urlParams) { |
166 | 166 |
for (const value of urlParameter.value) { |
Also available in: Unified diff
minor changes