forked from NativeScript/nativescript-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
29 lines (26 loc) · 738 Bytes
/
index.ts
File metadata and controls
29 lines (26 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import "tns-core-modules/application";
export * from "./platform-common";
export * from "./platform";
export * from "./platform-static";
export * from "./router";
export * from "./forms";
export * from "./http";
export * from "./directives";
export * from "./common/detached-loader";
export * from "./trace";
export * from "./platform-providers";
export * from "./file-system/ns-file-system";
export * from "./modal-dialog";
export * from "./renderer";
export * from "./view-util";
export * from "./resource-loader";
export {
ViewClass,
ViewClassMeta,
ViewResolver,
getViewClass,
getViewMeta,
isKnownView,
registerElement,
} from "./element-registry";
export * from "./value-accessors/base-value-accessor";