-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Signal model() support with downgradeComponent #60599
Copy link
Copy link
Open
Labels
area: upgradeIssues related to AngularJS → Angular upgrade APIsIssues related to AngularJS → Angular upgrade APIsfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesopen for contributionsAn issue that is suitable for a community contributor (based on its complexity/scope).An issue that is suitable for a community contributor (based on its complexity/scope).
Milestone
Metadata
Metadata
Assignees
Labels
area: upgradeIssues related to AngularJS → Angular upgrade APIsIssues related to AngularJS → Angular upgrade APIsfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesopen for contributionsAn issue that is suitable for a community contributor (based on its complexity/scope).An issue that is suitable for a community contributor (based on its complexity/scope).
Which @angular/* package(s) are relevant/related to the feature request?
upgrade
Description
Looking at the downgradeComponent code, signal based
input()s are supported howevermodel()s are not. Is it possible to support those as well? I guess this block likely needs some changes?Thanks!
Proposed solution
NA
Alternatives considered
NA