Forwarded from fafnur
I translated the last series of articles on Angular for my foreign followers. All articles are identical except for the introduction. For those who haven’t checked out the course yet, happy reading!
https://medium.com/fafnur/developing-a-web-application-for-airline-ticket-search-using-angular-18-45f3e176b9a7
https://medium.com/fafnur/developing-a-web-application-for-airline-ticket-search-using-angular-18-45f3e176b9a7
Medium
Developing a web application for airline ticket search using Angular 18
Introduction
🔥1
Announcing #TypeScript v5.7 Beta
- Checks for Never-Initialized Variables
- Path Rewriting for Relative Paths
- Support for --target es2024 and --lib es2024
- Searching Ancestor Configuration Files for Project Ownership
- Faster Project Ownership Checks in Editors for Composite Projects
- Validated JSON Imports in --module nodenext
- Support for V8 Compile Caching in Node.js
- More Implicit any Errors on Functions Returning null and undefined
- etc...
https://devblogs.microsoft.com/typenoscript/announcing-typenoscript-5-7-beta/
- Checks for Never-Initialized Variables
- Path Rewriting for Relative Paths
- Support for --target es2024 and --lib es2024
- Searching Ancestor Configuration Files for Project Ownership
- Faster Project Ownership Checks in Editors for Composite Projects
- Validated JSON Imports in --module nodenext
- Support for V8 Compile Caching in Node.js
- More Implicit any Errors on Functions Returning null and undefined
- etc...
https://devblogs.microsoft.com/typenoscript/announcing-typenoscript-5-7-beta/
Microsoft News
Announcing TypeScript 5.7 Beta
Today we are announcing the availability of TypeScript 5.7 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typenoscript@beta Let’s take a look at what’s new in TypeScript 5.7! Checks for Never-Initialized…
This media is not supported in your browser
VIEW IN TELEGRAM
📣 Language service & schematics integration
In v19, you'll be able to modernize your code directly from your favorite IDE/text editor. We shipped refactoring schematics for inputs, outputs, and queries and integrated them with the language service 🔥
#angular #typenoscript #javanoscript #webdev #webdevelopment #programming
(c) Minko Gechev
In v19, you'll be able to modernize your code directly from your favorite IDE/text editor. We shipped refactoring schematics for inputs, outputs, and queries and integrated them with the language service 🔥
#angular #typenoscript #javanoscript #webdev #webdevelopment #programming
(c) Minko Gechev
Angular Munich
Photo
boah... it was mega Event yesterday!
meetup @ bus !? YES! Less ppl, more Networking!
meetup @ bus !? YES! Less ppl, more Networking!
member-rember, but funny stuff....
https://blog.jim-nielsen.com/2024/color-console-log/
#devTools #consoleLog
https://blog.jim-nielsen.com/2024/color-console-log/
#devTools #consoleLog
Jim Nielsen’s Blog
Grateful: Colors in console.log()
So there I am, having an issue where my UI state isn’t updating correctly. What do I do? What every developer does: turn to console.log() and troubleshoot by logging values.