Last chance Sanduhr to get a ticket Ticket for our German Flagge von Deutschland #Angular Architecture workshop (advanced, fully online) next week!
angulararchitects.io/termine…
Last chance Sanduhr to get a ticket Ticket for our German Flagge von Deutschland #Angular Architecture workshop (advanced, fully online) next week!
angulararchitects.io/termine…
🎓 Lerne große und wartbare Angular-Anwendungen zu entwickeln!
⌛️💰 Bis Ende Mai mit Werbecode Twitter-Mai-2020 buchen und € 160 sparen!
angulararchitects.io/termine…
Some super top secret stuff is happening even though the world is on fire. Well.. at least in Europe.
Thank you @mhartington for answering @sherrrylst and mines questions and being so supportive, like always! It was great chatting to you 😍
Did you know that the upcoming webpack 5 Module Federation allows to lazy load a separately compiled microfrontend with the #Angular router. Blog 👇
angulararchitects.io/aktuell…
Published a new release of the memo-decorator, which allows you to specify a cache object.
@memo({ cache: new WeakMap() })
heavyComputation(arg: any) {
// ...
}
A convenient way to speed up "pure" methods operating on a limited set of arguments.
npmjs.com/package/memo-decor…
In TypeScript, you can use Readonly<T> to prevent the reassignment of properties of an object. Using conditional types, you can implement your own DeepReadonly<T> with the snippet below!
🎮 mgv.io/deep-readonly-play
Did you know, #Angular 9 introduces providedIn:'any':
💥Gives you a separate service instance per lazy module ( one for 'root')
💥Can replace the need to force consumer to call forRoot and forChild in some cases
🔥 The next version of the Angular Universal has live reload for a faster dev round trip
ng add @nguniversal/express-engine@next --clientProject unv
ng run unv:serve-ssr
Contributed by @ManfredSteyer 👏
⚠️ Don't use it in production
⚠️ Slower than serve, we run two builds