Henry Chavez
Henry Chavez
In the xml Put the $event arg like this (loaded)="onbottomNavigationBarLoaded($event)" Then you need to change your function in the ts file like this onbottomNavigationBarLoaded(args: EventData) { const bar = args.object;...
yeah, I forgot to mention, the EventData has an object that is type Observable, in this case, you need to cast it as a BottomNavigationBar class like this ``` onbottomNavigationBarLoaded(args:...
can you show me the code you are working on? is the same as the demo? or did you made some changes? because I just run it and everything is...
Hi (again haha), Try with this [title]=" 'text' | L" On Mar 17, 2018 5:12 AM, "Savas Ziplies" wrote: Which platform(s) does your issue occur on? - Android - 7.1.1...
Ok, I'll try to do some test this weekend and I'll reach you as soon as I get the solution.
@nickykln @nea unfortunately don't but I'll try to run some tests this weekend
Hi @pdipasqua that's the current behavior and it will require some time to implement what you want, but pull request are welcome 😄 so if you have the time to...
Hi @alexandruantonica , I understand your problem. I know a possible solution but I didn't have the time to test. You can try combining `ngSwitch` but instead to loading the...
@alexandruantonica are you still having problems?
Hi @armpogart, I just run the `master` branch and there is no issue, can you please describe a little bit more what you are trying to do? when you set...