Open MGalatioto opened 5 years ago
Hi @MGalatioto ,
Thanks for reporting this issue, could you provide a simple repo to reproduce the issue? it would be a great help for me to reproduce the issue and fix it đź‘Ť
Thanks
Hi @rhanb
appreciate your answer! I have only a private repo, since this is a project for an employer - Would be a playground helpful for you as well (if thats even possible in a playground..)?
Thank you already in advance for your answer!
BR, Marco
Hi @rhanb Here is a zip where the error occurs - i'd appreciate your help really much. Best regards - marco NSAPP-master.zip
Hi again, @rhanb
I honestly did not find the "bug", I searched for it but unfortunately I could not find any :-(
Did you get time to get an eye on it? (zip file above in the comment)
Really would appreciate it!
Thanks in advance.
BR, Marco
Hi @rhanb Could you take a look at this? (I attached the code in the .zip file above). Thank you.
Hi @MGalatioto , sorry for taking so long to answer, Understand that it's hard for me to find time to work on this repo with my current work.
The best would be to have a github repo (can be private, it's free).
Otherwise from what I see from your html template I don't see any router-outlet
nor page-router-outlet
routing can't work without one of those
Hi @rhanb
Yes, I completley understand.
Thank you for checking it.
I do have a page-router-outlet in my app.component.html ...
`import { Component, OnInit } from "@angular/core"; import { RadSideDrawer } from "nativescript-ui-sidedrawer"; import * as app from "tns-core-modules/application"; import { BottomBar, LABEL_VISIBILITY, TabSelectedEventData } from "nativescript-bottombar"; import { Router } from "@angular/router";
@Component({ moduleId: module.id, selector: "aktuelle-module", templateUrl: "./aktuelle-module.component.html" }) export class AktuelleModuleComponent implements OnInit { globalVariables: any = global; private bottomBar: BottomBar; labelVisibility: LABEL_VISIBILITY; actualModules: any[];
} `
So when i click to 'aktuelle-module' the routing works, but the dashboard gets selected. Also, here the template of 'aktuelle-module'
`
`
I'd Appreciate any help! If there are more infos necessary, please tell me!