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 1
1
import {
2
2
AfterContentInit ,
3
3
ChangeDetectionStrategy ,
4
- ChangeDetectorRef ,
5
4
Component ,
6
5
ContentChild ,
7
6
Directive ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
16
16
NgModuleFactory ,
17
17
NgModuleRef ,
18
18
EventEmitter ,
19
- Provider ,
20
19
Sanitizer ,
21
20
InjectionToken ,
22
21
StaticProvider
Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ if ((<any>global).___TS_UNUSED) {
42
42
import "./dom-adapter" ;
43
43
44
44
import { NativeScriptElementSchemaRegistry } from "./schema-registry" ;
45
- import { NSFileSystem } from "./file-system/ns-file-system" ;
46
45
import { FileSystemResourceLoader } from "./resource-loader" ;
47
46
48
- export const NS_COMPILER_PROVIDERS = [
47
+ export const NS_COMPILER_PROVIDERS : StaticProvider [ ] = [
49
48
INTERNAL_BROWSER_PLATFORM_PROVIDERS ,
50
49
{
51
50
provide : COMPILER_OPTIONS ,
You can’t perform that action at this time.
0 commit comments