Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): alias createNgModuleRef as createNgModule #46789

Closed

Commits on Jul 12, 2022

  1. feat(core): alias createNgModuleRef as createNgModule

    This commit adds the `createNgModuleRef` function alias to the public API. The alias is called `createNgModule`. The `createNgModule` name is more consistent with the rest of the API surface, where functions that return `*Ref`s don't include the `Ref` into the function name, for example: `createPlatform`, `ViewContainerRef.createComponent`, etc.
    
    DEPRECATED:
    
    The `createNgModuleRef` is deprecated in favor of newly added `createNgModule` one.
    AndrewKushnir committed Jul 12, 2022
    Copy the full SHA
    7e7efe4 View commit details
    Browse the repository at this point in the history