2017-12-31 63 views
1

이온 탭 3을 사용하고 검은 색 화면이 보이고 탭이 올바르게로드되지 않습니다 (그림 참조). 왜 이것이 일어나고 있다고 생각하니?이오닉 3 슈퍼 탭 블랙 스크린 표시

enter image description here

app.module.ts

import { SuperTabsModule } from 'ionic2-super-tabs'; 

@NgModule({ 
    imports: [ 
    ... 
    SuperTabsModule.forRoot() 
], 

tabs.html

<super-tabs> 
    <super-tab [root]="tab1Root" title="Home" icon="home"></super-tab> 
    <super-tab [root]="tab2Root" title="About" icon="information-circle"></super-tab> 
    <super-tab [root]="tab3Root" title="Contact" icon="contacts"></super-tab> 
</super-tabs> 

답변

1

현재 버전 때로는 이것이 문제가 슈퍼 탭의 초기 버전을 설치 나를 위해 일한 것. [email protected] 그런 다음

을 --save 그것을 정리해야되는 앱 다시 시작 설치 명령을

NPM을 실행합니다.