Expose ControlConfig type under @angular/forms #46570
Labels
comp: forms
good first issue
An issue that is suitable for first-time contributors; often a documentation issue.
help wanted
An issue that it suitable for a community contributor (based on its complexity/scope).
Milestone
Which @angular/* package(s) are the source of the bug?
forms
Is this a regression?
No
Description
Expose
ControlConfig
type in public APIhttps://github.com/angular/angular/blob/main/packages/forms/src/form_builder.ts#L32
So,
ControlConfig
type can be consumed within applications:import { ControlConfig } from '@angular/forms';
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run
ng version
)No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: