Using NUI from another resource

Is it possible to use NUI in one resource from another resource without an trigger event? And how to do it if possible?

Example: I have a resource named angularmenu that contains UI. And the redemrp_inventory resource in which I want to use the ui from the angularmenu .

I tried adding this to fxmanifest but it doesn’t work:

files{
    '@angularmenu/ui/index.html',
    '@angularmenu/ui/*.js',
    '@angularmenu/ui/*.css',
    '@angularmenu/ui/assets/*.png',
    '@angularmenu/ui/assets/css/*.css',
}
ui_page '@angularmenu/ui/index.html'