This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- //Resolve JavaScript classes that extend a Java class, and need to resolve
2
- //their JavaScript module from a bundled script. For example:
3
- //NativeScriptApplication, NativeScriptActivity, etc.
1
+ // Resolve JavaScript classes that extend a Java class, and need to resolve
2
+ // their JavaScript module from a bundled script. For example:
3
+ // NativeScriptApplication, NativeScriptActivity, etc.
4
4
//
5
- //This module gets bundled together with the rest of the app code and the
6
- //`require` calls get resolved to the correct bundling import call.
5
+ // This module gets bundled together with the rest of the app code and the
6
+ // `require` calls get resolved to the correct bundling import call.
7
7
//
8
- //At runtime the module gets loaded *before* the rest of the app code, so code
9
- //placed here needs to be careful about its dependencies.
8
+ // At runtime the module gets loaded *before* the rest of the app code, so code
9
+ // placed here needs to be careful about its dependencies.
10
10
11
11
require("application");
12
12
require("ui/frame");
Original file line number Diff line number Diff line change 1
1
require("./vendor-platform");
2
2
3
- require(' reflect-metadata' );
4
- require(' @angular/platform-browser' );
5
- require(' @angular/core' );
6
- require(' @angular/common' );
7
- require(' @angular/forms' );
8
- require(' @angular/http' );
9
- require(' @angular/router' );
3
+ require(" reflect-metadata" );
4
+ require(" @angular/platform-browser" );
5
+ require(" @angular/core" );
6
+ require(" @angular/common" );
7
+ require(" @angular/forms" );
8
+ require(" @angular/http" );
9
+ require(" @angular/router" );
10
10
11
- require(' nativescript-angular/platform-static' );
12
- require(' nativescript-angular/forms' );
13
- require(' nativescript-angular/router' );
11
+ require(" nativescript-angular/platform-static" );
12
+ require(" nativescript-angular/forms" );
13
+ require(" nativescript-angular/router" );
You can’t perform that action at this time.
0 commit comments