Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. jced-artem
    J
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    jced-artem

    @jced-artem

    0
    Reputation
    2
    Posts
    938
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jced-artem Follow

    Posts made by jced-artem

    • RE: ons-splitter

      If you want to use it as menu, it’s better to replace 42 line with this:
      <ons-splitter-side collapse=“collapse” swipeable=“true” [page]=“sidePage” side=“left” width=“200px” style=“border-right: 1px solid #ccc”>

      posted in Angular 2
      J
      jced-artem
    • RE: ons-tabbar

      @shivavelingker: To make it works you should remove lines 76,77,81 and left only this code in AppComponent’s template:
      <ons-tabbar>
      <ons-tab label=“Page1” icon=“ion-home” [page]=“tab1” active></ons-tab>
      <ons-tab label=“Page2” icon=“ion-ios-browsers” [page]=“tab2”></ons-tab>
      <ons-tab label=“Page3” icon=“ion-ios-search” [page]=“tab3”></ons-tab>
      </ons-tabbar>

      posted in Angular 2
      J
      jced-artem