File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,24 @@ import {
9
9
import {
10
10
ElementSchemaRegistry ,
11
11
ResourceLoader ,
12
- COMPILER_PROVIDERS ,
13
- platformCoreDynamic
14
12
} from "@angular/compiler" ;
15
13
14
+ import {
15
+ ɵplatformCoreDynamic as platformCoreDynamic
16
+ } from "@angular/platform-browser-dynamic" ;
17
+
18
+ import {
19
+ ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS as INTERNAL_BROWSER_PLATFORM_PROVIDERS
20
+ } from "@angular/platform-browser" ;
21
+
16
22
import {
17
23
COMPILER_OPTIONS ,
18
24
PlatformRef ,
19
25
InjectionToken ,
20
26
ViewEncapsulation ,
21
27
createPlatformFactory ,
22
- MissingTranslationStrategy
28
+ MissingTranslationStrategy ,
29
+ StaticProvider ,
23
30
} from "@angular/core" ;
24
31
25
32
// Work around a TS bug requiring an imports of
@@ -39,7 +46,7 @@ import { NSFileSystem } from "./file-system/ns-file-system";
39
46
import { FileSystemResourceLoader } from "./resource-loader" ;
40
47
41
48
export const NS_COMPILER_PROVIDERS = [
42
- COMPILER_PROVIDERS ,
49
+ INTERNAL_BROWSER_PLATFORM_PROVIDERS ,
43
50
{
44
51
provide : COMPILER_OPTIONS ,
45
52
useValue : {
You can’t perform that action at this time.
0 commit comments