I am looking into micro frontends and Native Federation. Would it be possible to create a typescript/javascript module 'shell' using @softarc/native-federation, and into that shell, dynamically load an Angular 'remote'? I tried using loadRemoteModule but no luck. Any example?