docs: deprecate factory-based signature of the downgradeModule function#44090
docs: deprecate factory-based signature of the downgradeModule function#44090AndrewKushnir wants to merge 2 commits intoangular:masterfrom
downgradeModule function#44090Conversation
|
You can preview 50f01bc at https://pr44090-50f01bc.ngbuilds.io/. |
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
@googlebot I consent. |
|
You can preview 8b68842 at https://pr44090-8b68842.ngbuilds.io/. |
8b68842 to
e7e711d
Compare
|
You can preview e7e711d at https://pr44090-e7e711d.ngbuilds.io/. |
…tion DEPRECATED: The `downgradeModule` function calls with NgModule factories are deprecated. Please use NgModule class based `downgradeModule` calls instead.
If there were 1 or 2 additional overloads on a free-standing function in the API the overloads were not being shown. Also the type of overload parameters were not being escaped correctly.
e7e711d to
3885368
Compare
|
You can preview 3885368 at https://pr44090-3885368.ngbuilds.io/. |
atscott
left a comment
There was a problem hiding this comment.
reviewed-for: public-api
petebacondarwin
left a comment
There was a problem hiding this comment.
Reviewed-for: public-api
jessicajaniuk
left a comment
There was a problem hiding this comment.
LGTM 🍪
reviewed-for: public-api
|
This PR was merged into the repository by commit e0c7360. |
If there were 1 or 2 additional overloads on a free-standing function in the API the overloads were not being shown. Also the type of overload parameters were not being escaped correctly. PR Close #44090
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |


DEPRECATED:
The
downgradeModulefunction calls with NgModule factories are deprecated. Please use NgModule class baseddowngradeModulecalls instead.Note: this PR also contains a commit from @petebacondarwin to ensure overloaded functions render correctly.
PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?