Advertisement
Guest User

Untitled

a guest
Jun 14th, 2019
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. 'ion-tab' is not a known element
  2.  
  3. <ion-tabs>
  4. <ion-tab tab="makuuchi">
  5. <ion-header translucent>
  6. <ion-toolbar>
  7. <ion-title>Makuuchi</ion-title>
  8. </ion-toolbar>
  9. </ion-header>
  10. <ion-content fullscreen class="ion-padding">
  11. <h1>Makuuchi</h1>
  12. </ion-content>
  13. </ion-tab>
  14. <ion-tab-bar slot="top">
  15. <ion-tab-button tab="makuuchi">
  16. <ion-label>Makuuchi</ion-label>
  17. <ion-icon name="people"></ion-icon>
  18. </ion-tab-button>
  19. <ion-tab-button tab="juryo">
  20. <ion-label>Juryo</ion-label>
  21. <ion-icon name="people"></ion-icon>
  22. </ion-tab-button>
  23. </ion-tab-bar>
  24. </ion-tabs>
  25.  
  26. "dependencies": {
  27. "@angular/common": "^7.2.2",
  28. "@angular/core": "^7.2.2",
  29. "@angular/forms": "^7.2.2",
  30. "@angular/http": "^7.2.2",
  31. "@angular/platform-browser": "^7.2.2",
  32. "@angular/platform-browser-dynamic": "^7.2.2",
  33. "@angular/router": "^7.2.2",
  34. "@ionic-native/core": "^5.0.0",
  35. "@ionic-native/splash-screen": "^5.0.0",
  36. "@ionic-native/status-bar": "^5.0.0",
  37. "@ionic/angular": "^4.1.0",
  38. "core-js": "^2.5.4",
  39. "rxjs": "~6.5.1",
  40. "tslib": "^1.9.0",
  41. "zone.js": "~0.8.29"
  42. },
  43.  
  44. Ionic:
  45. Ionic CLI : 5.0.2 (/home/christophe/.nvm/versions/node/v8.10.0/lib/node_modules/ionic)
  46. Ionic Framework : @ionic/angular 4.5.0
  47. @angular-devkit/build-angular : 0.13.9
  48. @angular-devkit/schematics : 7.3.9
  49. @angular/cli : 7.3.9
  50. @ionic/angular-toolkit : 1.5.1
  51. Utility:
  52. cordova-res : not installed
  53. native-run : not installed
  54. System:
  55. NodeJS : v8.10.0 (/home/christophe/.nvm/versions/node/v8.10.0/bin/node)
  56. npm : 6.9.0
  57. OS : Linux 4.18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement