ERROR 404 - IONIC

Asked

Viewed 69 times

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.

  • 1

    Improve your question by sending the source code, so you can view the error and help you.

  • what code you need ? All ?

  • <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>

  • 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() { } }&#Xa a;}

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.