Skip to content

Commit 14c8d72

Browse files
committed
refactor: remove INTERNAL_BROWSER_PROVIDERS from the compiler providers
1 parent 2b201be commit 14c8d72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: nativescript-angular/platform.ts

-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ import {
1717
ɵplatformCoreDynamic as platformCoreDynamic
1818
} from "@angular/platform-browser-dynamic";
1919

20-
import {
21-
ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS as INTERNAL_BROWSER_PLATFORM_PROVIDERS
22-
} from "@angular/platform-browser";
23-
2420
import {
2521
COMPILER_OPTIONS,
2622
PlatformRef,
@@ -47,7 +43,6 @@ import { NativeScriptElementSchemaRegistry } from "./schema-registry";
4743
import { FileSystemResourceLoader } from "./resource-loader";
4844

4945
export const NS_COMPILER_PROVIDERS: StaticProvider[] = [
50-
INTERNAL_BROWSER_PLATFORM_PROVIDERS,
5146
{
5247
provide: COMPILER_OPTIONS,
5348
useValue: {

0 commit comments

Comments
 (0)