<cite>maliming: </cite> In the project's root directory, as shown.
Thanks. :D
Hi miliming,
oh~ So can I know which project is the correct angular directory? image : (<a class="postlink" href="https://imgur.com/a/brTTekf">https://imgur.com/a/brTTekf</a>) sry, I'm a newbie using this asp.net core project.
<cite>ismcagdas: </cite> You can use IOnlineClientManager to get online clients <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/RealTime/OnlineClientManager.cs">https://github.com/aspnetboilerplate/as ... Manager.cs</a>.
Thanks :D
<cite>alirizaadiyahsi: </cite> Hi @tteoh did you check this document : <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System#publish-notifications">http://aspnetboilerplate.com/Pages/Docu ... ifications</a>
Thanks :D
Thanks.
@ismcagdas
Thanks for your ans.
@ ismcagdas
Thanks for your ans.
How can I get user object in ApplicationController? Because i need to manage user route to correct application which are SPA or MPA
@ ismcagdas Thanks for your reply.
Firstly, I need to tell for u know why I want to combined both is becuz I need using AngularJS Back End Single-Page Application and MVC Back End Multi-Page Application in my application. I wanted to do Single-Page Application and MVC Back End Multi-Page Application in one application is I hopefully they can cross assist. Example, they can using same authorization, same services.
In Asp.net zero document has telling us, ASP.NET Zero solution contains four application.(<a class="postlink" href="https://github.com/aspnetzero/documents/blob/master/doc/Development-Guide-Mvc-Angularjs.md#applications">https://github.com/aspnetzero/documents ... plications</a>)
But why I can't founded 'Areas' folder in MVC5 Aj ?(<a class="postlink" href="https://github.com/aspnetzero/documents/blob/master/doc/Development-Guide-Mvc-Angularjs.md#application-folders-1">https://github.com/aspnetzero/documents ... -folders-1</a>)
@ ismcagdas
Thanks you for reply . :D
@ ismcagdas Thanks for your reply.
I have a problem that is: I have multiple menuItems need to call a same $state and using customData pass value to $stateparams. I need to do this is because I don't want create multiple $state and to render same template. So, I have a question is : Whether can detect which menuitem is active and pass the customData to my $stateParams?? Or I must create multiple $state and set default $stateparams?