fix(core): remove createInjector() from public API (#28509)
createInjector() is an Ivy-only API that should not have been exported as part of the public API. This commit removes the export. It will be re-exported when Ivy is released. PR Close #28509
This commit is contained in:

committed by
Matias Niemelä

parent
3c7fdc6a9e
commit
f2621dbb37
@ -6,7 +6,7 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
import {Injectable, InjectionToken, Injector, NgModule, createInjector, forwardRef} from '@angular/core';
|
||||
import {Injectable, InjectionToken, Injector, NgModule, forwardRef, ɵcreateInjector as createInjector} from '@angular/core';
|
||||
import {AOT_TOKEN, AotModule, AotService} from 'app_built/src/module';
|
||||
|
||||
describe('Ivy NgModule', () => {
|
||||
|
Reference in New Issue
Block a user