0
Goodnight It’s giving 404 error all the time. Does anyone have any solution ? My tabs do not appear. I have tried to comment on all tabs code, and also all reference related to tabs in the code. However, the error still persists.
0
Goodnight It’s giving 404 error all the time. Does anyone have any solution ? My tabs do not appear. I have tried to comment on all tabs code, and also all reference related to tabs in the code. However, the error still persists.
Browser other questions tagged ionic error-page 404
You are not signed in. Login or sign up in order to post.
Improve your question by sending the source code, so you can view the error and help you.
– Mike Otharan
what code you need ? All ?
– Marcos Fernandes
<ion-tabs color="Primary" > <ion-tab [root]="tab1Root" tabTitle="Home" tabIcon="home">Main</ion-tab> <ion-tab [root]="tab2Root" tabTitle="About" tabIcon="information-Circle">About</ion-tab> </ion-tabs>
– Marcos Fernandes
import { Component } from '@angular/core'; import { Homepage } from '.. /home/home'; import { Sobrepage } from '.. /about/about; @Component({ templateUrl: 'tabs.html' }) export class Tabspage { tab1Root = Homepage; tab2Root = Sobrepage; //tab3Root = Areapage; //tab4Root = Listage; constructor() { } }
 a;}
– Marcos Fernandes