Angular is going to be much simpler in the next iterations. (v16 and above)
Small comparison of a zone-base 🅰️ comp vs a signal-base 🅰️ comp is v16+ 😱
⚠️ API/wording might change (should check the RFC if not done yet)
Lowkey one of my favorite @VisualStudio features is the ability to generate a GitHub CI/CD workflow from the publish dialog: https://t.co/B13cPuyjz6
Drops a workflow file in my project, configures my secrets in GitHub, and runs on code push.
Thanks @timheuer and team!
We should document our code with comments to make it easier to understand by others. We should also try to avoid noisy comments that don't bring value.
🔥 3 practices to do that:
‣ Use descriptive identifier names
‣ Extract logic in methods
‣ Verify assumptions with asserts
✅WebKit will add support for WebPush after five years since Gecko and Chromium implemented it.
⚠️Hold your celebrations!
It doesn't mean it'll be available on iOS and iPadOS. Remember Safari on macOS already supports Push notifications with a proprietary API.
Powerpoint's morph is incredibly powerful. But sometimes it animates the wrong object. Here's a tip when that happens: Open the selection panel (in the arrange menu), name the object you want to morph the same in both slides.
This gives Powerpoint that extra insight.
Lights, Camera, Action! 📸
The second edition of Ioniconf is coming
Join us June 23rd for a full day of talks all about building amazing apps.
Register now!
https://t.co/7mqlFXMjXM
👏 Congrats to @Ionicframework on @capacitorjs today
Don't miss @ngconf this year where myself and @triniwiz are excited to explore how @NativeScript's new Capacitor 3 integration can help solve day-to-day practical development challenges w/ @angular
https://t.co/hAr2igrrBB
Capacitor keeps growing and growing 🚀
Thanks to amazing projects like @quasarframework, @vuejs, @tailwindcss, @framework7io, and @NativeScript for welcoming Capacitor into your communities.
See how these projects integrate with Capacitor 👇
https://t.co/2tRmT81kqo
In fact, PWAs are one of the easiest routes to get your app on both Windows AND Android with only one codebase. Pictured is one of my PWAs, SimpleEdit running on both my Surface Duo and Surface Pro X. Its in the Microsoft Store and Google Play, one codebase with no native bridge
🎉 Announcing @nativescript/capacitor Beta 🎉
Blog post with details:
https://t.co/7jOpMPv8uX
Official docs are located here:
https://t.co/8Fkm5YMBVj
⭐️ Swag Contest ⭐️
👉 First 10 dev's whom create solutions:
👯 2 pairs of socks, 2 bottle openers + 2 stress balls!
ngx-errors is a great way to seamlessly display error messages and even integrates with reactive forms!
Check out the package on npm ↓
https://t.co/aHWjZXqqmv
I've been playing with the new PWA Install experience experiment in Chrome for Android. If your manifest has set values for categories, description and screenshots (at least one JPG/PNG, any size) the mini info bar is replaced by this new experience👏 +
Did a quick POC for a State decorator in Angular without ZoneJS. Would love to know more complex use cases.
Plus, no RX involved, so it can be dropped in with ease.