[starting] said: Is it possible to start the angular project https://abp.io/support/questions/9394/Scaffold-Extra-angular-application-with-all-the-features-which-will-be-created-usually-in-ABP-Studio-language-auth (created with DDD and angular) without starting the main project where the module is installed?
...\myNewModule\angular> yarn start Results in: "yarn run v1.22.22 error Command "start" not found."
...\myNewModule\angular> ng s Results in: "Cannot determine project or target for command."
Hi, we didn't provide angular application to module projects instead imported to host app on the root, yet you can add angular application via ng generate application my-app
command after that run yarn ng serve
command in module project
Currently in our theme system. If you want to register custom context menu you need to follow steps above. The infrastructed created like this. There is no any better contribution system to toolbar we'll try to improve this structure. Yet for now you need to go that way. You should be able to register your context menu via leptonx.createContextMenuWithin
method.
Hi, after we release react native changes we don't think to change for now. If it's occurs any problem or something we can consider the switch thanks.
We've merged the new changes for react native, with 0.9.22
abp studio release you can create new project with new react native structure. I'm closing this question if you faced any problems please open new ticked.
Hello, can you add scripts below to your layout after leptonx bundle js
(function () {
leptonx.init.push(() => {
leptonx.createContextMenuWithin(document.querySelector('#notification-bar'), 'notification-bar');
});
})();
leptonx object have an method named createContextMenuWithin
. You need to provide element id by notification-bar and context-menu-name
Hi, we are not delaying anything. We made many changes and test team gave us re-requests yet it is not our only tasks in company, there was many major high priority tasks too that's why we couldn't back to PR all the time sorry for latency. We'll make a test for last time in all app. If there is no any major bug we'll merge it. I've droped the process for you the see
Almost done development, some bugs fixing for IOS, on next week we planing to release
could you please keep us posted on the release date as soon as its decided
Yes sure I'll notify ASAP
Hi, yes we've issue on this and I'll fix the problem
Thanks
Hi again, can you provide an email I'll send you custom tenants content, you can customize and replace tenants page instead connection-strings, because it is not that flexable in 8.2 You can use my attechment until 9.0.x when you provide mail I'll send customized code thanks
Hi, I'm creating an example for your exac case, I'll try to provide an workaround, also if you updated your project to 9.0.x tenants page structure changed. Can you confirm you are still working on 8.2.x please thanks