Пікірлер
@arjunkrishnak8262
@arjunkrishnak8262 8 күн бұрын
Thanks for the video
@MadhuAnugu
@MadhuAnugu 12 күн бұрын
Nice ❤
@sabirsayyad6459
@sabirsayyad6459 15 күн бұрын
Nice MFE explained, however can you let me know how we can create a centeralized Redux store which can be accessible from each MFE's
@tosipaulo
@tosipaulo 29 күн бұрын
What an amazing video, congratulations! I just wanted to know if it's possible to run Angular normally without needing the base application.
@anders8638
@anders8638 Ай бұрын
How did you set your path to your config.yaml? When running verdaccio it cannot find config.yaml. Tried to update env variables to...
@v3n115
@v3n115 Ай бұрын
this video helped me very much! thank you!
@TheRealJacobWurz
@TheRealJacobWurz Ай бұрын
This is pretty cool! nice, very helpful thank you sir
@BonBiBon
@BonBiBon 2 ай бұрын
wow
@sangaiahp5402
@sangaiahp5402 2 ай бұрын
Any video for Server Side Rendering with Dynamic modulefederation using nx angular ?
@tobi-osimosu
@tobi-osimosu 2 ай бұрын
Excellent video! Thank you very much!
@vikassinha8847
@vikassinha8847 2 ай бұрын
If response header and request header anti-forgery token not match. So it does not validate?
@Adrian190689saa
@Adrian190689saa 3 ай бұрын
Cool! Regardless weird pronunciation it was understandable and useful. It turns out that you can generate a web-worker with the CLI and then just turn it manually into a shared worker
@NehaJain-zf9sy
@NehaJain-zf9sy 3 ай бұрын
In the login at 1:50, how to generate username password, actually I am not getting which username password I have to put here, plz reply😊
@a.karamat2168
@a.karamat2168 3 ай бұрын
thanks for your comprehensive tutorial
@ManishYadav-ul7zp
@ManishYadav-ul7zp 4 ай бұрын
Insightful Video👏👏
@archiefayzullaev4585
@archiefayzullaev4585 4 ай бұрын
Thanks brother. It helped a lot
@winnemucca-sk5392
@winnemucca-sk5392 5 ай бұрын
We can basically do this with rxjs or signals correct? Can we reference a shared service in our webpack config file between micro front ends? @JsFrameworks
@JSFrameworks
@JSFrameworks 5 ай бұрын
Yes
@LarsRyeJeppesen
@LarsRyeJeppesen 5 ай бұрын
Awesome
@GustavoAlves-fx6gw
@GustavoAlves-fx6gw 5 ай бұрын
Thank u sir. Please keep ur channel alive <3
@DineshGgoogle
@DineshGgoogle 5 ай бұрын
super
@adishjain2507
@adishjain2507 5 ай бұрын
Thank you for this video. loading and error block doesn't get displayed for me even after throttling. Clicking on button always displays the content in defer block
@sushilgaur999
@sushilgaur999 5 ай бұрын
Thanks for the informative video. And please keep making such good videos.. 😊
@jeffbrowntech
@jeffbrowntech 5 ай бұрын
Great video. I kept running into an issue where I could not publish to the artifact feed, the pipeline would error that it need to auth and required to be logged in, even with the npmauthenticate task. Copying the .npmrc file to the dist folder for the library finally made it work. Thanks!
@RW-he5fu
@RW-he5fu 5 ай бұрын
thanks
@pankajjha3140
@pankajjha3140 5 ай бұрын
Thanks! You explained all steps in one go.
@gowrinath2254
@gowrinath2254 5 ай бұрын
Nice explanation brother 🎉
@sudeepyadagiri9019
@sudeepyadagiri9019 6 ай бұрын
Hi, How can I share components between micro frontend in angular
@lonelyboy4746
@lonelyboy4746 6 ай бұрын
Nice one., thanks!
@renzoferrer8780
@renzoferrer8780 6 ай бұрын
goat
@joseisraeldiazzapata5179
@joseisraeldiazzapata5179 6 ай бұрын
this was perfect. Thank you so much man <3 I was suffering a lot about how the hell a component loaded with a ngComponentOutlet directive can emit its events. Thank you so much 😁😁
@jacobadlerman3067
@jacobadlerman3067 7 ай бұрын
Finally found working example! Thanks bro :)
@user-de3yw2kl6l
@user-de3yw2kl6l 7 ай бұрын
good one
@rajwithcode3064
@rajwithcode3064 7 ай бұрын
superb
@ThiagoBASalles
@ThiagoBASalles 7 ай бұрын
Is possible debug/breakpoint on vscode with single-spa angular? I'm trying but I'm not succeeding.
@mahesh_rcb
@mahesh_rcb 7 ай бұрын
Is this feature working now also? I did try but it reloads the page Is it supported in angular 15 ?
@billdagg3481
@billdagg3481 7 ай бұрын
Very nicely done! Thank you!
@vikramvenkatesh9739
@vikramvenkatesh9739 7 ай бұрын
Can you please do the video CICD Build pipeline with publish IIS manage
@vamsikrishnaambati
@vamsikrishnaambati 7 ай бұрын
How we can add @Input @Output for a lazy loaded component ?
@carlosalbertorojasordonez2773
@carlosalbertorojasordonez2773 7 ай бұрын
Awesome video, thanks for that, I have a question, is there an option to do it using a React shell app ? 🤔 thanks in advance
@JSFrameworks
@JSFrameworks 7 ай бұрын
Not tried in React, but it should be there. May not be ngrx, but something like redux.
@priyankaravichandran851
@priyankaravichandran851 7 ай бұрын
Crystal clear explanation
@mauriciocmarinho
@mauriciocmarinho 7 ай бұрын
Very helpful video. Thank you.
@nageshwarraonakka8437
@nageshwarraonakka8437 7 ай бұрын
Implemented the MFE But when I was generating the build, bundle size getting in MB's, so can you please suggest any tips to reduce the bundle size
@JSFrameworks
@JSFrameworks 7 ай бұрын
Need to enble production mode. Also can share core packages across multiple apps
@nageshwarraonakka8437
@nageshwarraonakka8437 7 ай бұрын
​@@JSFrameworks Enabling production mode means by default its production mode when running ng build, and also shared the required packages in webpack config file of respective application and commented hosts in webpack As we have deployed each app as remoteEntry js in server and launching them through lazy loadRemoteModule method
@shanumon5281
@shanumon5281 8 ай бұрын
I have one microapp in react and another microapp in angular. Is it possible to implement module federation here?
@JSFrameworks
@JSFrameworks 8 ай бұрын
Yes
@shanumon5281
@shanumon5281 8 ай бұрын
@@JSFrameworks will the same steps apply? Do you have any such example in GitHub ?
@taifunov
@taifunov 8 ай бұрын
Thank you!
@user-lp1tb7jc3l
@user-lp1tb7jc3l 8 ай бұрын
Thank you So much...Really informative...Keep it up...👍👍👍
@marcsoler7115
@marcsoler7115 8 ай бұрын
Is there an schematic like ng generate @angular/core:control-flow to automatically change all my code to this self closing tags?
@manishkumar-ro5dk
@manishkumar-ro5dk 9 ай бұрын
Thanks for sharing :)
@MuhammadHamza-xq9bi
@MuhammadHamza-xq9bi 9 ай бұрын
when i disconnect the internet and reload the angular pwa app, it shows internet not connected. How can i fix that
@dhaneesh
@dhaneesh 9 ай бұрын
Thanks for sharing 🙏
@g-luu
@g-luu 9 ай бұрын
The do not mistake it for ngIf was key for me. 👍🏾