test(range): fix range/basic test

This commit is contained in:
Dan Bucholtz
2017-03-21 21:19:03 -05:00
parent f88f588d2d
commit e0b09615bd

View File

@@ -5,5 +5,5 @@ import { RootPage } from '../pages/root-page/root-page';
templateUrl: 'app.component.html'
})
export class AppComponent {
root = RootPage;
rootPage = RootPage;
}