Browse Source

making sure things work again

Kris Blassingame 6 years ago
parent
commit
08b9bbdf92

+ 11
- 0
frontEnd/src/pages/googleMap/googleMap.html View File

@@ -0,0 +1,11 @@
1
+<ion-header>
2
+  <ion-navbar>
3
+    <ion-title>
4
+      Map
5
+    </ion-title>
6
+  </ion-navbar>
7
+</ion-header>
8
+
9
+<ion-content>
10
+  <google-map></google-map>
11
+</ion-content>

+ 0
- 0
frontEnd/src/pages/googleMap/googleMap.scss View File


+ 14
- 0
frontEnd/src/pages/googleMap/googleMap.ts View File

@@ -0,0 +1,14 @@
1
+import { Component } from '@angular/core';
2
+import { NavController } from 'ionic-angular/umd';
3
+
4
+@Component({
5
+  selector: 'page-map',
6
+  templateUrl: 'map.html'
7
+})
8
+export class MapPage {
9
+
10
+  constructor(public navCtrl: NavController) {
11
+
12
+  }
13
+
14
+}

+ 0
- 3
frontEnd/src/pages/home/home.scss View File

@@ -1,3 +0,0 @@
1
-page-home {
2
-
3
-}