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) 116 B
/** * Inputs that projects to micro-frontend component. */ export type MfeOutletInputs = Record<string, unknown>;