We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b201be commit 14c8d72Copy full SHA for 14c8d72
nativescript-angular/platform.ts
@@ -17,10 +17,6 @@ import {
17
ɵplatformCoreDynamic as platformCoreDynamic
18
} from "@angular/platform-browser-dynamic";
19
20
-import {
21
- ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS as INTERNAL_BROWSER_PLATFORM_PROVIDERS
22
-} from "@angular/platform-browser";
23
-
24
import {
25
COMPILER_OPTIONS,
26
PlatformRef,
@@ -47,7 +43,6 @@ import { NativeScriptElementSchemaRegistry } from "./schema-registry";
47
43
import { FileSystemResourceLoader } from "./resource-loader";
48
44
49
45
export const NS_COMPILER_PROVIDERS: StaticProvider[] = [
50
- INTERNAL_BROWSER_PLATFORM_PROVIDERS,
51
46
{
52
provide: COMPILER_OPTIONS,
53
useValue: {
0 commit comments