import { Observable } from 'rxjs'; export interface UrlPlaceholderModel { name: string; value: Observable; }