Skip to content

Commit

Permalink
Step 2.1: Remove irrelevant pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent b88844e commit 0c0713f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 108 deletions.
9 changes: 0 additions & 9 deletions src/app/app.module.ts
@@ -1,17 +1,11 @@
import { NgModule } from '@angular/core';
import { IonicApp, IonicModule } from 'ionic-angular';
import { MyApp } from './app.component';
import { AboutPage } from '../pages/about/about';
import { ContactPage } from '../pages/contact/contact';
import { HomePage } from '../pages/home/home';
import { TabsPage } from '../pages/tabs/tabs';

@NgModule({
declarations: [
MyApp,
AboutPage,
ContactPage,
HomePage,
TabsPage
],
imports: [
Expand All @@ -20,9 +14,6 @@ import { TabsPage } from '../pages/tabs/tabs';
bootstrap: [IonicApp],
entryComponents: [
MyApp,
AboutPage,
ContactPage,
HomePage,
TabsPage
],
providers: []
Expand Down
11 changes: 0 additions & 11 deletions src/pages/about/about.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/pages/about/about.scss

This file was deleted.

15 changes: 0 additions & 15 deletions src/pages/about/about.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/pages/contact/contact.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/pages/contact/contact.scss

This file was deleted.

15 changes: 0 additions & 15 deletions src/pages/contact/contact.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/pages/home/home.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/pages/home/home.scss

This file was deleted.

15 changes: 0 additions & 15 deletions src/pages/home/home.ts

This file was deleted.

0 comments on commit 0c0713f

Please sign in to comment.