-
Notifications
You must be signed in to change notification settings - Fork 14
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
1 parent
56a304e
commit 7ddee62
Showing
10 changed files
with
141 additions
and
121 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
This file was deleted.
Oops, something went wrong.
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,42 @@ | ||
/*button, label, stack-layout { | ||
horizontal-align: center; | ||
} | ||
button { | ||
font-size: 36; | ||
} | ||
.title { | ||
font-size: 30; | ||
margin: 20; | ||
} | ||
.message { | ||
font-size: 20; | ||
color: #284848; | ||
text-align: center; | ||
margin: 0 20; | ||
} */ | ||
|
||
ActionBar { | ||
background-color: #4E75E2; | ||
color:#fff; | ||
} | ||
|
||
ListView { | ||
max-width: 320px; | ||
margin: 0 auto; | ||
display: block; | ||
|
||
StackLayout { | ||
padding:5 0 0 10; | ||
text-align:left; | ||
|
||
&.even { | ||
background-color: #efefef; | ||
Label { | ||
|
||
} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,39 +1,39 @@ | ||
{ | ||
"description": "NativeScript Application", | ||
"license": "SEE LICENSE IN <your-license-filename>", | ||
"readme": "NativeScript Application", | ||
"repository": "<fill-your-repository-here>", | ||
"nativescript": { | ||
"id": "org.nativescript.nativescript", | ||
"tns-ios": { | ||
"version": "2.0.1" | ||
"description": "NativeScript Application", | ||
"license": "SEE LICENSE IN <your-license-filename>", | ||
"readme": "NativeScript Application", | ||
"repository": "<fill-your-repository-here>", | ||
"nativescript": { | ||
"id": "org.nativescript.nativescript", | ||
"tns-ios": { | ||
"version": "2.0.0" | ||
}, | ||
"tns-android": { | ||
"version": "2.0.0" | ||
} | ||
}, | ||
"tns-android": { | ||
"version": "2.0.0" | ||
"dependencies": { | ||
"@angular/common": "2.0.0-rc.1", | ||
"@angular/compiler": "2.0.0-rc.1", | ||
"@angular/core": "2.0.0-rc.1", | ||
"@angular/http": "2.0.0-rc.1", | ||
"@angular/platform-browser": "2.0.0-rc.1", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.1", | ||
"@angular/platform-server": "2.0.0-rc.1", | ||
"@angular/router": "2.0.0-rc.1", | ||
"@angular/router-deprecated": "2.0.0-rc.1", | ||
"nativescript-angular": "0.1.6", | ||
"nativescript-ng2-magic": "^1.5.7", | ||
"tns-core-modules": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-traverse": "6.9.0", | ||
"babel-types": "6.9.0", | ||
"babylon": "6.8.0", | ||
"filewalker": "0.1.2", | ||
"lazy": "1.0.11", | ||
"nativescript-dev-sass": "^0.1.0", | ||
"nativescript-dev-typescript": "^0.3.2", | ||
"typescript": "^1.8.10" | ||
} | ||
}, | ||
"dependencies": { | ||
"@angular/common": "2.0.0-rc.1", | ||
"@angular/compiler": "2.0.0-rc.1", | ||
"@angular/core": "2.0.0-rc.1", | ||
"@angular/http": "2.0.0-rc.1", | ||
"@angular/platform-browser": "2.0.0-rc.1", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.1", | ||
"@angular/platform-server": "2.0.0-rc.1", | ||
"@angular/router": "2.0.0-rc.1", | ||
"@angular/router-deprecated": "2.0.0-rc.1", | ||
"nativescript-angular": "0.1.1", | ||
"nativescript-ng2-magic": "^1.5.7", | ||
"tns-core-modules": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-traverse": "6.9.0", | ||
"babel-types": "6.9.0", | ||
"babylon": "6.8.0", | ||
"filewalker": "0.1.2", | ||
"lazy": "1.0.11", | ||
"nativescript-dev-sass": "^0.1.0", | ||
"nativescript-dev-typescript": "^0.3.2", | ||
"typescript": "^1.8.10" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,54 +1,54 @@ | ||
{ | ||
"name": "nativescript-angular-web-components", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"angular-cli": {}, | ||
"scripts": { | ||
"start": "ng server", | ||
"postinstall": "typings install", | ||
"lint": "tslint \"src/**/*.ts\"", | ||
"format": "clang-format -i -style=file --glob=src/**/*.ts", | ||
"test": "ng test", | ||
"pree2e": "webdriver-manager update", | ||
"e2e": "protractor", | ||
"start.ios": "cd nativescript && tns emulate ios", | ||
"start.livesync.ios": "cd nativescript && tns livesync ios --emulator --watch", | ||
"start.android": "cd nativescript && tns emulate android", | ||
"start.livesync.android": "cd nativescript && tns livesync android --emulator --watch" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/common": "2.0.0-rc.1", | ||
"@angular/compiler": "2.0.0-rc.1", | ||
"@angular/core": "2.0.0-rc.1", | ||
"@angular/http": "2.0.0-rc.1", | ||
"@angular/platform-browser": "2.0.0-rc.1", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.1", | ||
"@angular/router": "2.0.0-rc.1", | ||
"@angular/router-deprecated": "2.0.0-rc.1", | ||
"es6-shim": "^0.35.0", | ||
"hammerjs": "^2.0.8", | ||
"nativescript-ng2-magic": "^1.5.7", | ||
"reflect-metadata": "0.1.3", | ||
"rxjs": "5.0.0-beta.6", | ||
"systemjs": "0.19.26", | ||
"zone.js": "^0.6.12" | ||
}, | ||
"devDependencies": { | ||
"angular-cli": "^1.0.0-beta.2-mobile.3", | ||
"clang-format": "^1.0.35", | ||
"codelyzer": "0.0.14", | ||
"ember-cli-inject-live-reload": "^1.4.0", | ||
"jasmine-core": "^2.4.1", | ||
"jasmine-spec-reporter": "^2.4.0", | ||
"karma": "^0.13.15", | ||
"karma-chrome-launcher": "^0.2.3", | ||
"karma-jasmine": "^0.3.8", | ||
"node-sass": "^3.7.0", | ||
"protractor": "^3.3.0", | ||
"ts-node": "^0.5.5", | ||
"tslint": "^3.6.0", | ||
"typescript": "^1.8.10", | ||
"typings": "^0.8.1" | ||
} | ||
} | ||
"name": "nativescript-angular-web-components", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"angular-cli": {}, | ||
"scripts": { | ||
"start": "ng server", | ||
"postinstall": "typings install", | ||
"lint": "tslint \"src/**/*.ts\"", | ||
"format": "clang-format -i -style=file --glob=src/**/*.ts", | ||
"test": "ng test", | ||
"pree2e": "webdriver-manager update", | ||
"e2e": "protractor", | ||
"start.ios": "cd nativescript && tns emulate ios", | ||
"start.livesync.ios": "cd nativescript && tns livesync ios --emulator --watch", | ||
"start.android": "cd nativescript && tns emulate android", | ||
"start.livesync.android": "cd nativescript && tns livesync android --emulator --watch" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/common": "2.0.0-rc.1", | ||
"@angular/compiler": "2.0.0-rc.1", | ||
"@angular/core": "2.0.0-rc.1", | ||
"@angular/http": "2.0.0-rc.1", | ||
"@angular/platform-browser": "2.0.0-rc.1", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.1", | ||
"@angular/router": "2.0.0-rc.1", | ||
"@angular/router-deprecated": "2.0.0-rc.1", | ||
"es6-shim": "^0.35.0", | ||
"hammerjs": "^2.0.8", | ||
"nativescript-ng2-magic": "^1.5.7", | ||
"reflect-metadata": "0.1.3", | ||
"rxjs": "5.0.0-beta.6", | ||
"systemjs": "0.19.26", | ||
"zone.js": "^0.6.12" | ||
}, | ||
"devDependencies": { | ||
"angular-cli": "^1.0.0-beta.2-mobile.3", | ||
"clang-format": "^1.0.35", | ||
"codelyzer": "0.0.14", | ||
"ember-cli-inject-live-reload": "^1.4.0", | ||
"jasmine-core": "^2.4.1", | ||
"jasmine-spec-reporter": "^2.4.0", | ||
"karma": "^0.13.15", | ||
"karma-chrome-launcher": "^0.2.3", | ||
"karma-jasmine": "^0.3.8", | ||
"node-sass": "^3.7.0", | ||
"protractor": "^3.3.0", | ||
"ts-node": "^0.5.5", | ||
"tslint": "^3.6.0", | ||
"typescript": "^1.8.10", | ||
"typings": "^0.8.1" | ||
} | ||
} |
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
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
File renamed without changes.