π Angular Micro Frontend: Module Federation in 6 steps
#angular #ModuleFederation
Module Federation is a powerful feature provided by Webpack that enables the implementation of Micro Frontends in Angular. It allows you to dynamically load and integrate remote Angular modules (Micro Frontends) into a main application shell.
Module Federation handles the dynamic loading and sharing of modules, including their dependencies, at runtime. It enables applications to share code and resources, reducing duplication and improving the overall performance and development experience.
β Article Link: https://sagarsnath.medium.com/angular-micro-frontend-module-federation-5bc5638c963f
#angular #ModuleFederation
Module Federation is a powerful feature provided by Webpack that enables the implementation of Micro Frontends in Angular. It allows you to dynamically load and integrate remote Angular modules (Micro Frontends) into a main application shell.
Module Federation handles the dynamic loading and sharing of modules, including their dependencies, at runtime. It enables applications to share code and resources, reducing duplication and improving the overall performance and development experience.
β Article Link: https://sagarsnath.medium.com/angular-micro-frontend-module-federation-5bc5638c963f
π2
π Angular Fallback Image
#angular #img #directive
β Article Link: https://medium.com/angular-man/angular-fallback-image-1f7fc3626e5f
#angular #img #directive
β Article Link: https://medium.com/angular-man/angular-fallback-image-1f7fc3626e5f
π Angular 16 + Broadcast channel (Auth Fragments)
#angular #BroadcastChannel
β Article Link: https://techshareskk.medium.com/angular-16-broadcast-channel-4049a7f46019
#angular #BroadcastChannel
β Article Link: https://techshareskk.medium.com/angular-16-broadcast-channel-4049a7f46019
π1
π Why Class/Component inheritance in your Angular app might not be good
#angular #inheritance
β Article Link: https://medium.com/hackernoon/why-class-component-inheritance-in-your-angular-app-might-not-be-good-a5d88fdd855b
#angular #inheritance
β Article Link: https://medium.com/hackernoon/why-class-component-inheritance-in-your-angular-app-might-not-be-good-a5d88fdd855b
π1π₯1
π Lesser-Known Tricks in HTML
#html
β1: Opening the Device Camera
#html
β1: Opening the Device Camera
<input type="file" capture="user" accept="image/*">β2: Automatic Website Refresh
<input type="file" capture="environment" accept="video/*" />
<head>β3: Spellcheck Activation
<meta http-equiv="refresh" content="10">
</head>
<input type="text" spellcheck="true" lang="en">β4: Preventing Translation
<p translate="no">Brand name</p>β5: Automatic Download on Link Click
<a href="image.png" download>Download Image</a>β6 Responsive Images with srcset
<img srcset="image.jpg 1x, image@2x.jpg 2x, image@3x.jpg3x" src="image.jpg" alt="Responsive Image">
π2π±1
π How to use Cypress in 5 steps
#angular #cypress
Cypress is a desktop application. It supports multiple operating systems such as Windows, Linus, and iOS. Cypress is a tool that you can use to test a front-end application whatever the front-end framework you are using. E2E is a software testing method that simulates what the application should be able to do from the start to the end.
β Article Link: https://levelup.gitconnected.com/e2e-testing-with-cypress-angular-219eaa3926c
#angular #cypress
Cypress is a desktop application. It supports multiple operating systems such as Windows, Linus, and iOS. Cypress is a tool that you can use to test a front-end application whatever the front-end framework you are using. E2E is a software testing method that simulates what the application should be able to do from the start to the end.
β Article Link: https://levelup.gitconnected.com/e2e-testing-with-cypress-angular-219eaa3926c
β³οΈ Handling custom errors in TS
#typescript #ts #angular #errors
Error handling in Type/JavaScript is a topic that doesnβt get the importance it deserves. Itβs crucial to the longevity of any project to catch and log errors.
β Article Link: https://engineering.udacity.com/handling-errors-like-a-pro-in-typescript-d7a314ad4991
#typescript #ts #angular #errors
Error handling in Type/JavaScript is a topic that doesnβt get the importance it deserves. Itβs crucial to the longevity of any project to catch and log errors.
β Article Link: https://engineering.udacity.com/handling-errors-like-a-pro-in-typescript-d7a314ad4991
π Whatβs new in CSS 2023
#css
β οΈ Experimental (not fully supported)
β Article link: https://medium.com/@trinhcamminh25112002/whats-new-in-css-and-ui-i-o-2023-edition-5bac2c7271bb
π Code Link:
1.
2.
3.
#css
β οΈ Experimental (not fully supported)
β Article link: https://medium.com/@trinhcamminh25112002/whats-new-in-css-and-ui-i-o-2023-edition-5bac2c7271bb
1.
@container: https://codepen.io/web-dot-dev/pen/KKxzYQx2.
new nth-child: https://codepen.io/web-dot-dev/pen/oNMRaQq3.
@scope: https://codepen.io/web-dot-dev/pen/MWPVGPLPlease open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM