UNPKG

ngx-mfe

Version:

A library for working with MFE in Angular in a plugin-based approach and with Angular routing.

5 lines (4 loc) 133 B
/** * Outputs that projects to micro-frontend component. */ export type MfeOutletOutputs = Record<string, (...args: any) => void>;