-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vakrilov
committed
Nov 25, 2017
1 parent
67c58e1
commit ea91dba
Showing
7 changed files
with
5,758 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
require("application"); | ||
if (!global["__snapshot"]) { | ||
// In case snapshot generation is enabled these modules will get into the bundle | ||
// but will not be required/evaluated. | ||
// The snapshot webpack plugin will add them to the tns-java-classes.js bundle file. | ||
// This way, they will be evaluated on app start as early as possible. | ||
require("ui/frame"); | ||
require("ui/frame/activity"); | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
require("./vendor-platform"); | ||
|
||
require("reflect-metadata"); | ||
require("@angular/platform-browser"); | ||
require("@angular/core"); | ||
require("@angular/common"); | ||
require("@angular/forms"); | ||
require("@angular/http"); | ||
require("@angular/router"); | ||
|
||
require("nativescript-angular/platform-static"); | ||
require("nativescript-angular/forms"); | ||
require("nativescript-angular/router"); |
Oops, something went wrong.