UNPKG

rjon

Version:

route js object notation is a way to standardize route metadata for use and testing in universal route interpreter software

8 lines (7 loc) 179 B
import { EventEmitter } from '@angular/core'; export declare class EditHost { route: any; hostModel: any; onChange: EventEmitter<{}>; onClose: EventEmitter<{}>; }