Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. ypniag
    3. Topics
    Y
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by ypniag

    • Y

      [Angular2] "ons is not defined" using latest Angular-CLI
      Developer Corner • • ypniag

      4
      0
      Votes
      4
      Posts
      9617
      Views

      E

      Sorry this was my own stupid fault I should have read the debug properly: needed to add import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from ‘@angular/core’; schemas: [ CUSTOM_ELEMENTS_SCHEMA, ], to app.module.ts
    • Y

      [Onsen UI 2 | Angular 2] ons-navigator - how to pass events or values back to previous page?
      Onsen UI • • ypniag

      2
      0
      Votes
      2
      Posts
      2480
      Views

      @ypniag I know you have stated you are using Angular 2; however, this tutorial shows how to do this with Vanilla. It may provide you a starting point to implement it in Angular. http://tutorial.onsen.io/?framework=vanilla&category=Community tutorials&module=passing_data