
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@angular/platform-server
Advanced tools
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT
21.0.0-next.6 (2025-10-02)
Fix signal input getter behavior in custom elements.
Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.
The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:
Before:
elementRef.oldInputelementRef.newInput()After:
elementRef.oldInputelementRef.newInput| Commit | Type | Description | | -- | -- | -- | | 99c5269ee8 | feat | Support of optional keys for the KeyValue pipe (#48814) |
| Commit | Type | Description | | -- | -- | -- | | 159be56709 | fix | recover template literals with broken expressions (#64150) |
| Commit | Type | Description | | -- | -- | -- | | 1cb16fddb5 | fix | Fixes animations in conjunction with content projection (#63776) | | 8a0c9ca8be | fix | prevents unintended early termination of leave animations and hoisting (#64088) |
| Commit | Type | Description | | -- | -- | -- | | be0455adda | fix | return value on signal input getter (#62113) |
| Commit | Type | Description | | -- | -- | -- | | 51a0b59389 | fix | handle shorthand property declarations in NgModule (#64160) | | 31bc9e4111 | fix | skip migration for inputs with 'this' references (#64142) |
<!-- CHANGELOG SPLIT MARKER --><a name="20.3.3"></a>
Next.js is a React framework that enables server-side rendering and static site generation. It provides a similar SSR functionality to @angular/platform-server but is designed for React applications. It also includes features like API routes, automatic code splitting, and more.
Nuxt.js is a framework for Vue.js that enables server-side rendering and static site generation. It offers similar SSR capabilities to @angular/platform-server but is tailored for Vue.js applications. Nuxt.js also provides features like automatic routing, Vuex store integration, and more.
Sapper is a framework for Svelte that provides server-side rendering and other advanced features. It offers similar SSR functionality to @angular/platform-server but is designed for Svelte applications. Sapper also includes features like file-based routing and prefetching.
FAQs
Angular - library for using Angular in Node.js
The npm package @angular/platform-server receives a total of 526,184 weekly downloads. As such, @angular/platform-server popularity was classified as popular.
We found that @angular/platform-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.