Angular v19 just landed and keeps simplifying the framework:
standalone: true is now the default on components, directives and pipes
- new
resource API with signals or observables
- new
linkedSignal API with signals (unfortunately there is no example that could demo it)
Angular v19 just landed and keeps simplifying the framework:
standalone: trueis now the default on components, directives and pipesresourceAPI with signals or observableslinkedSignalAPI with signals (unfortunately there is no example that could demo it)