Assign all values to the target component using Object.assign(component, initialState) . Deprecated: Use inputValues instead. initialState?: Partial<T>¶
Use this to assign values to either @Input() or input() fields of the provided component. If a template is used, the values are available in the template context. inputValues?: Record<string, unknown>¶