| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,33 +5,22 @@ | |||
| 5 | 5 | *.js | |
| 6 | 6 | *.js.map | |
| 7 | 7 | *.log | |
| 8 | + *.esm.json | ||
| 8 | 9 | !src/scripts/*.js | |
| 9 | 10 | !src/hooks/*.js | |
| 10 | 11 | !seed-tests/*.js | |
| 11 | 12 | seed-tests/seed-copy/**/*.* | |
| 12 | 13 | seed-tests/seed-copy-new-git-repo/**/*.* | |
| 13 | - demo/app/*.js | ||
| 14 | + demo/**/*.js | ||
| 14 | 15 | !demo/karma.conf.js | |
| 15 | 16 | !demo/app/tests/*.js | |
| 16 | 17 | demo/*.d.ts | |
| 17 | 18 | !demo/references.d.ts | |
| 18 | 19 | demo/lib | |
| 19 | 20 | demo/platforms | |
| 20 | 21 | demo/node_modules | |
| 21 | - demo-angular/app/*.js | ||
| 22 | - !demo-angular/karma.conf.js | ||
| 23 | - !demo-angular/app/tests/*.js | ||
| 24 | - demo-angular/*.d.ts | ||
| 25 | - !demo-angular/references.d.ts | ||
| 26 | - demo-angular/lib | ||
| 27 | - demo-angular/platforms | ||
| 28 | - demo-angular/node_modules | ||
| 29 | 22 | node_modules | |
| 30 | 23 | publish/src | |
| 31 | 24 | publish/package | |
| 32 | 25 | demo/report/report.html | |
| 33 | 26 | demo/report/stats.json | |
| 34 | - demo-angular/report/report.html | ||
| 35 | - demo-angular/report/stats.json | ||
| 36 | - src/push-plugin.android.d.ts | ||
| 37 | - src/push-plugin.ios.d.ts | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,7 @@ android: | |||
| 54 | 54 | components: | |
| 55 | 55 | - tools | |
| 56 | 56 | - platform-tools | |
| 57 | - - build-tools-26.0.2 | ||
| 57 | + - build-tools-27.0.3 | ||
| 58 | 58 | - android-23 | |
| 59 | 59 | - android-26 | |
| 60 | 60 | - extra-android-m2repository | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ of writing your own CSS rules. For a full list of class names in the theme | |||
| 10 | 10 | refer to http://docs.nativescript.org/ui/theme. | |
| 11 | 11 | The imported CSS rules must precede all other types of rules. | |
| 12 | 12 | */ | |
| 13 | - @import 'nativescript-theme-core/css/core.light.css'; | ||
| 13 | + @import '~nativescript-theme-core/css/core.light.css'; | ||
| 14 | 14 | ||
| 15 | 15 | /* | |
| 16 | 16 | The following CSS rule changes the font size of all UI | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,6 @@ You can use this file to perform app-level initialization, but the primary | |||
| 4 | 4 | purpose of the file is to pass control to the app’s first module. | |
| 5 | 5 | */ | |
| 6 | 6 | ||
| 7 | - import "./bundle-config"; | ||
| 8 | 7 | import * as app from 'tns-core-modules/application'; | |
| 9 | 8 | ||
| 10 | 9 | // ANDROID ONLY! | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "android": { | |
| 3 | - "v8Flags": "--expose_gc" | ||
| 3 | + "v8Flags": "--expose_gc", | ||
| 4 | + "requireModules": ["nativescript-push-notifications"] | ||
| 4 | 5 | }, | |
| 5 | 6 | "main": "app.js", | |
| 6 | 7 | "name": "tns-template-hello-world-ts", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments