Last Version

statetransfer 0.1

Angular Universal supports state transfer from server to client; state transfer allows the server to embed startup data into the client. The Angular client can retrieve this embedded data rather than making a XHR call to the server. See https://angular.io/api/platform-browser/TransferState This is a utility library for injecting states into Angular application from within a Java application. It does not support full Angular Universal features like service injection and rendering views.

License

License

GroupId

GroupId

com.chuklee.code
ArtifactId

ArtifactId

statetransfer
Version

Version

0.1
Type

Type

jar
Description

Description

statetransfer
Angular Universal supports state transfer from server to client; state transfer allows the server to embed startup data into the client. The Angular client can retrieve this embedded data rather than making a XHR call to the server. See https://angular.io/api/platform-browser/TransferState This is a utility library for injecting states into Angular application from within a Java application. It does not support full Angular Universal features like service injection and rendering views.
Project Organization

Project Organization

Chuk Lee
Source Code Management

Source Code Management

https://github.com/chukmunnlee/statetransfer

Download statetransfer 0.1


<!-- https://jarcasting.com/artifacts/com.chuklee.code/statetransfer/ -->
<dependency>
    <groupId>com.chuklee.code</groupId>
    <artifactId>statetransfer</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.chuklee.code/statetransfer/
implementation 'com.chuklee.code:statetransfer:0.1'
// https://jarcasting.com/artifacts/com.chuklee.code/statetransfer/
implementation ("com.chuklee.code:statetransfer:0.1")
'com.chuklee.code:statetransfer:jar:0.1'
<dependency org="com.chuklee.code" name="statetransfer" rev="0.1">
  <artifact name="statetransfer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chuklee.code', module='statetransfer', version='0.1')
)
libraryDependencies += "com.chuklee.code" % "statetransfer" % "0.1"
[com.chuklee.code/statetransfer "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.glassfish : jakarta.json jar 2.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.