Skip to content

Angular ‐ New Stuff

FullstackCodingGuy edited this page Feb 13, 2024 · 8 revisions

RxJS interoperability

  • takeUntilDestroyed

Faster Builds - esbuild-based build system

Components

Feb 2024

Signals

Required inputs

@Component(...) export class App { @Input({ required: true }) title: string = ''; }

Misc

References

Clone this wiki locally