| License |
License |
|---|---|
| GroupId | GroupIdcom.chuklee.code |
| ArtifactId | ArtifactIdstatetransfer |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstatetransfer
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| statetransfer-0.1.pom | |
| statetransfer-0.1.jar | 6 KB |
| statetransfer-0.1-sources.jar | 4 KB |
| statetransfer-0.1-javadoc.jar | 116 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish : jakarta.json | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |