Browse Source

Redirection for default page

master
kj1352 6 years ago
parent
commit
4ffc961eb3
4 changed files with 949 additions and 963 deletions
  1. +946
    -960
      .firebase/hosting.d3d3.cache
  2. +1
    -1
      package.json
  3. +1
    -1
      src/app/app-routing.module.ts
  4. +1
    -1
      src/app/cart/cart.page.html

+ 946
- 960
.firebase/hosting.d3d3.cache
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@@ -85,4 +85,4 @@
"android" "android"
] ]
} }
}
}

+ 1
- 1
src/app/app-routing.module.ts View File

@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
import { PreloadAllModules, RouterModule, Routes } from '@angular/router'; import { PreloadAllModules, RouterModule, Routes } from '@angular/router';


const routes: Routes = [ const routes: Routes = [
{ path: '', redirectTo: 'malls', pathMatch: 'full' },
{ path: '', redirectTo: 'onboarding', pathMatch: 'full' },
{ path: 'onboarding', loadChildren: './onboarding/onboarding.module#OnboardingPageModule' }, { path: 'onboarding', loadChildren: './onboarding/onboarding.module#OnboardingPageModule' },
{ path: 'login', loadChildren: './login/login.module#LoginPageModule' }, { path: 'login', loadChildren: './login/login.module#LoginPageModule' },
{ path: 'malls', loadChildren: './malls/malls.module#MallsPageModule' }, { path: 'malls', loadChildren: './malls/malls.module#MallsPageModule' },


+ 1
- 1
src/app/cart/cart.page.html View File

@@ -1,5 +1,5 @@
<ion-content> <ion-content>
<div class="header-bar" [ngClass]="{'active' : show_top_bar }">
<div class="header-bar">
<div class="heading-holder"> <div class="heading-holder">
<button (click)="back()"> <ion-icon name="arrow-back"></ion-icon> </button> <button (click)="back()"> <ion-icon name="arrow-back"></ion-icon> </button>
<h3> Cart </h3> <h3> Cart </h3>


Loading…
Cancel
Save