From 048a12f602b6c8b83ea1bd8673d64fecdcedc886 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 4 Jan 2016 13:43:53 -0500 Subject: [PATCH] tab{1-3}Root: Object Fixes TypeScript Errors: Property 'tab{1-3}Root' does not exist on type 'MyApp' --- app/app.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/app.ts b/app/app.ts index 46054f9d..170b128d 100644 --- a/app/app.ts +++ b/app/app.ts @@ -8,6 +8,11 @@ import {Page3} from './pages/page3/page3'; templateUrl: 'build/app.html' }) export class MyApp { + + tab1Root: Object; + tab2Root: Object; + tab3Root: Object; + constructor(platform: Platform) { // this tells the tabs component which Pages