Rare HTML Attributes Everyone Should Know 1/3
#html
β Link: https://javascript.plainenglish.io/24-powerful-html-attributes-every-senior-web-engineer-should-master-ad8a4df0776e
#html
β Link: https://javascript.plainenglish.io/24-powerful-html-attributes-every-senior-web-engineer-should-master-ad8a4df0776e
Rare HTML Attributes Everyone Should Know 2/3
#html
β Link: https://javascript.plainenglish.io/24-powerful-html-attributes-every-senior-web-engineer-should-master-ad8a4df0776e
#html
β Link: https://javascript.plainenglish.io/24-powerful-html-attributes-every-senior-web-engineer-should-master-ad8a4df0776e
Rare HTML Attributes Everyone Should Know 3/3
#html
β Link: https://javascript.plainenglish.io/24-powerful-html-attributes-every-senior-web-engineer-should-master-ad8a4df0776e
#html
β Link: https://javascript.plainenglish.io/24-powerful-html-attributes-every-senior-web-engineer-should-master-ad8a4df0776e
π1
π Preloading responsive images
#html #picture #preload
β Link: https://medium.com/@akashjha9041/preloading-responsive-images-3aecf114968e
#html #picture #preload
β Link: https://medium.com/@akashjha9041/preloading-responsive-images-3aecf114968e
π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
π§ͺ Enhanced Control Flow in Angular
#angular #html
π© > Angular 17
β Article link: https://codewithmrnerd.medium.com/angular-17-enhanced-control-flow-simplified-with-examples-5b6ff44f0635
#angular #html
π© > Angular 17
β Article link: https://codewithmrnerd.medium.com/angular-17-enhanced-control-flow-simplified-with-examples-5b6ff44f0635
π§ͺ New Angular 17 feature: deferred loading
#angular #html #controlFlow
π© > Angular v17.0.0-next.8
β Article link: https://itnext.io/new-angular-17-feature-deferred-loading-156d472b008b
π Code link: https://github.com/gergelyszerovay/angular-17-deferred-loading
#angular #html #controlFlow
π© > Angular v17.0.0-next.8
β Article link: https://itnext.io/new-angular-17-feature-deferred-loading-156d472b008b
Please open Telegram to view this post
VIEW IN TELEGRAM
π1π₯1
π§ͺ Control Flow Migration Schematic
#angular #html #controlFlow
π€ How to use it?
As with any other schematic, you have to run the generate command through the CLI and use the control-flow schematic (you need to be using 17.0.0-next.8 or 17.0.0-rc.0 for this command to run).
π© > Angular v17.0.0-next.8
β Article link: https://blog.herodevs.com/new-in-angular-control-flow-migration-schematic-57979ebeaa71
#angular #html #controlFlow
π€ How to use it?
As with any other schematic, you have to run the generate command through the CLI and use the control-flow schematic (you need to be using 17.0.0-next.8 or 17.0.0-rc.0 for this command to run).
ng g @angular/core:control-flow
π© > Angular v17.0.0-next.8
β Article link: https://blog.herodevs.com/new-in-angular-control-flow-migration-schematic-57979ebeaa71
π€ 13 HTML Attributes You Should Know
#html #attributes
β Article link
#html #attributes
...In HTML, attributes are used to provide additional information about HTML elements...
β Article link