angular/packages/common/src
Andrew Kushnir a6d5fe202c feat(core): alias createNgModuleRef as createNgModule (#46789)
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.

PR Close #46789
2022-07-12 16:11:41 +00:00
..
directives feat(core): alias createNgModuleRef as createNgModule (#46789) 2022-07-12 16:11:41 +00:00
i18n docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
location feat(common): add getState method to LocationStrategy interface (#45648) 2022-04-25 10:41:30 -07:00
pipes feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00
common.ts feat(common): add injection token for default date pipe timezone (#43611) 2021-10-06 13:53:09 -07:00
common_module.ts feat(common): make the CommonModule directives standalone (#46469) 2022-06-28 12:55:25 -07:00
cookie.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
dom_adapter.ts refactor: replace deprecated HTMLDocument with Document (#45282) 2022-03-08 13:12:14 -08:00
dom_tokens.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
errors.ts fix(core): Update ngfor error code to be negative (#46555) 2022-06-28 12:59:07 -07:00
platform_id.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
private_export.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
version.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
viewport_scroller.ts refactor(common): unused return value from attemptFocus (#44457) 2022-01-21 13:11:30 -08:00
xhr.ts fix(platform-browser): configure XhrFactory to use BrowserXhr (#41313) 2021-03-29 15:14:16 -07:00