Closed igorls closed 3 days ago
This pull request adds support for Angular 19, now stable.
package.json
0.16.0
README.md
0.16.x
standalone
@Component
projects/demo/server.ts
@angular/ssr
@angular/ssr/node
false
Thank you !
This pull request adds support for Angular 19, now stable.
Version and Dependency Updates:
package.json
: Updated the package version to0.16.0
and upgraded various dependencies to their latest versions. [1] [2]Documentation Update:
README.md
: Added support for version0.16.x
in the compatibility table.Code Adjustments:
README.md
: Removed thestandalone
property from the@Component
decorator in the usage example.projects/demo/server.ts
: Changed import from@angular/ssr
to@angular/ssr/node
.Test Configuration:
standalone
tofalse
in multiple test components to reflect the updated defaults.