Initial commit
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
ionic.config.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "garage", | ||
| "version": "0.0.1", | ||
| "author": "Ionic Framework", | ||
| "homepage": "http://ionicframework.com/", | ||
| "private": true, | ||
| "scripts": { | ||
| "clean": "ionic-app-scripts clean", | ||
| "build": "ionic-app-scripts build", | ||
| "lint": "ionic-app-scripts lint", | ||
| "ionic:build": "ionic-app-scripts build", | ||
| "ionic:serve": "ionic-app-scripts serve" | ||
| }, | ||
| "dependencies": { | ||
| "@angular/animations": "5.2.9", | ||
| "@angular/common": "5.2.9", | ||
| "@angular/compiler": "5.2.9", | ||
| "@angular/compiler-cli": "5.2.9", | ||
| "@angular/core": "5.2.9", | ||
| "@angular/forms": "5.2.9", | ||
| "@angular/http": "5.2.9", | ||
| "@angular/platform-browser": "5.2.9", | ||
| "@angular/platform-browser-dynamic": "5.2.9", | ||
| "@ionic-native/core": "4.5.3", | ||
| "@ionic-native/splash-screen": "4.5.3", | ||
| "@ionic-native/status-bar": "4.5.3", | ||
| "@ionic/storage": "2.1.3", | ||
| "ionic-angular": "3.9.2", | ||
| "ionicons": "3.0.0", | ||
| "rxjs": "5.5.7", | ||
| "sw-toolbox": "3.6.0", | ||
| "zone.js": "0.8.20" | ||
| }, | ||
| "devDependencies": { | ||
| "@ionic/app-scripts": "3.1.8", | ||
| "typescript": "~2.6.2" | ||
| }, | ||
| "description": "An Ionic project" | ||
| } |
src/app/app.component.ts
0 → 100644
src/app/app.html
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/app.scss
0 → 100644
src/app/main.ts
0 → 100644
src/assets/icon/favicon.ico
0 → 100644
File added
src/assets/imgs/logo.png
0 → 100644
38.8 KB
src/index.html
0 → 100644
src/manifest.json
0 → 100644
src/pages/about/about.html
0 → 100644
src/pages/about/about.scss
0 → 100644
src/pages/about/about.ts
0 → 100644
src/pages/contact/contact.html
0 → 100644
src/pages/contact/contact.scss
0 → 100644
src/pages/contact/contact.ts
0 → 100644
src/pages/home/home.html
0 → 100644
src/pages/home/home.scss
0 → 100644
src/pages/home/home.ts
0 → 100644
src/pages/tabs/tabs.html
0 → 100644
src/pages/tabs/tabs.ts
0 → 100644
src/service-worker.js
0 → 100644
src/theme/variables.scss
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644