Skip to content

Commit e55bc6a

Browse files
committed
update demo project to 3.4
1 parent e063f53 commit e55bc6a

13 files changed

Lines changed: 99 additions & 169 deletions

File tree

demo-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
77
"id": "com.tangrainc.dropdownsample.ng",
8-
"tns-android": {
8+
"tns-ios": {
99
"version": "3.2.0"
1010
},
11-
"tns-ios": {
11+
"tns-android": {
1212
"version": "3.2.0"
1313
}
1414
},
-3.89 KB
Loading
-2.8 KB
Loading
-3.99 KB
Loading
-28.7 KB
Loading
-20.9 KB
Loading
28.3 KB
Loading

demo/app/App_Resources/Android/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<style name="AppTheme" parent="AppThemeBase">
3333
</style>
3434

35-
<!-- theme for actioon-bar -->
35+
<!-- theme for action-bar -->
3636
<style name="NativeScriptToolbarStyleBase" parent="Widget.AppCompat.Toolbar">
3737
<item name="android:background">@color/ns_primary</item>
3838
<item name="theme">@style/ThemeOverlay.AppCompat.ActionBar</item>

demo/app/vendor-platform.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable
21
require("application");
32
if (!global["__snapshot"]) {
43
// In case snapshot generation is enabled these modules will get into the bundle

demo/app/vendor-platform.ios.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// There is a bug in angular: https://github.com/angular/angular-cli/pull/8589/files
2+
// Legendary stuff, its webpack plugin pretty much doesn't work with empty TypeScript files in v1.8.3
3+
void 0;

0 commit comments

Comments
 (0)