rjon
Version:
route js object notation is a way to standardize route metadata for use and testing in universal route interpreter software
2 lines (1 loc) • 415 B
TypeScript
export declare const string = "<div class=\"markdown-body\"><table [class.table-hover-warning]=\"selectable\"><thead><tr><th>PROTOCOL</th><th>HOSTNAME</th><th>PORT</th></tr></thead><tbody><tr *ngFor=\"let host of hosts|array\" (click)=\"select.emit(host)\" [class.cursor-pointer]=\"selectable\"><td>{{ host.protocol || 'http' }}</td><td>{{ host.hostname }}</td><td>{{ host.port }}</td></tr></tbody></table></div>";