File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11import {
22 AfterContentInit ,
33 ChangeDetectionStrategy ,
4- ChangeDetectorRef ,
54 Component ,
65 ContentChild ,
76 Directive ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
1616 NgModuleFactory ,
1717 NgModuleRef ,
1818 EventEmitter ,
19- Provider ,
2019 Sanitizer ,
2120 InjectionToken ,
2221 StaticProvider
Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ if ((<any>global).___TS_UNUSED) {
4242import "./dom-adapter" ;
4343
4444import { NativeScriptElementSchemaRegistry } from "./schema-registry" ;
45- import { NSFileSystem } from "./file-system/ns-file-system" ;
4645import { FileSystemResourceLoader } from "./resource-loader" ;
4746
48- export const NS_COMPILER_PROVIDERS = [
47+ export const NS_COMPILER_PROVIDERS : StaticProvider [ ] = [
4948 INTERNAL_BROWSER_PLATFORM_PROVIDERS ,
5049 {
5150 provide : COMPILER_OPTIONS ,
You can’t perform that action at this time.
0 commit comments