Lexy (@lexy_eyn) 's Twitter Profile
Lexy

@lexy_eyn

Freelance Front-end developer
Angular & TypeScript worshiper

ID: 404011639

calendar_today03-11-2011 09:48:10

188 Tweet

81 Followers

223 Following

Alexey Zuev (@yurzui) 's Twitter Profile Photo

I really love improved completions in new Angular language service 🔸 selectors for directives 🔸 `$event` symbol support 🔸 pseudo elements('ng-container', 'ng-template' etc) 🔸exportAs in template reference variables 🔸tuple array, `$any()` Try it 👉ng-run.com/edit/UOdI1Dg0T…

Lexy (@lexy_eyn) 's Twitter Profile Photo

If you're missing the noise of crowded places during this #lockdown, there's a lot of videos like this one on YouTube that can bring you all over the world 😉 youtu.be/ByQY7_9FN4w #NotWeirdASMR #CoronaLockdown

Lexy (@lexy_eyn) 's Twitter Profile Photo

A quick tips for Angular devs, if you need a back-end framework for your local apps (or more), you should try NestJS. Like in #Angular you'll use modules, injectables, controllers and #TypeScript ❤ to help you create your app's API endpoints easily. nestjs.com

Minko Gechev (@mgechev) 's Twitter Profile Photo

JavaScript tip: Objects are similar to Maps - both store key-value pairs, in both, you can retrieve a value associated with a key, delete keys, and detect if you have a particular key in the collection. At the same time, there are few essential differences:

JavaScript tip: Objects are similar to Maps - both store key-value pairs, in both, you can retrieve a value associated with a key, delete keys, and detect if you have a particular key in the collection.

At the same time, there are few essential differences:
Angular (@angular) 's Twitter Profile Photo

Version 10 is now available! Check out the new date range picker and the new tooling improvements. blog.angular.io/version-10-of-…

Minko Gechev (@mgechev) 's Twitter Profile Photo

Cheatsheet to understand the difference between "Object.freeze" and "as const" in TypeScript. Although "Object.freeze" comes from JavaScript and has runtime enforcement, it also has TypeScript-specific specific behavior. "as const" is a TypeScript specific construct.

Cheatsheet to understand the difference between "Object.freeze" and "as const" in TypeScript.

Although "Object.freeze" comes from JavaScript and has runtime enforcement, it also has TypeScript-specific specific behavior. "as const" is a TypeScript specific construct.
Reactive Fox 🚀🦊 (@thekiba_io) 's Twitter Profile Photo

💡 #Angular 🚀🦊 tip for the day! Do you want to reduce your bundle size even more? Using import('./component') you can load any component lazily and use it in any case. Let's figure it out! 😻 stackblitz.com/edit/angular-l…

💡 #Angular 🚀🦊 tip for the day! Do you want to reduce your bundle size even more? Using import('./component') you can load any component lazily and use it in any case. Let's figure it out! 😻 stackblitz.com/edit/angular-l…