The Wayback Machine - https://web.archive.org/web/20260204133408/https://angular.dev/api/core/createNgModule
    • Overview
@angular/core

createNgModule

function
stable

Returns a new NgModuleRef instance based on the NgModule class and parent injector provided.

API

function createNgModule<T>(  ngModule: Type<T>,  parentInjector?: Injector | undefined,): NgModuleRef<T>;
Jump to details
HTTPS · web.archive.org
← Home