File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,24 @@ import {
99import {
1010 ElementSchemaRegistry ,
1111 ResourceLoader ,
12- COMPILER_PROVIDERS ,
13- platformCoreDynamic
1412} from "@angular/compiler" ;
1513
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+
1622import {
1723 COMPILER_OPTIONS ,
1824 PlatformRef ,
1925 InjectionToken ,
2026 ViewEncapsulation ,
2127 createPlatformFactory ,
22- MissingTranslationStrategy
28+ MissingTranslationStrategy ,
29+ StaticProvider ,
2330} from "@angular/core" ;
2431
2532// Work around a TS bug requiring an imports of
@@ -39,7 +46,7 @@ import { NSFileSystem } from "./file-system/ns-file-system";
3946import { FileSystemResourceLoader } from "./resource-loader" ;
4047
4148export const NS_COMPILER_PROVIDERS = [
42- COMPILER_PROVIDERS ,
49+ INTERNAL_BROWSER_PLATFORM_PROVIDERS ,
4350 {
4451 provide : COMPILER_OPTIONS ,
4552 useValue : {
You can’t perform that action at this time.
0 commit comments