Последняя версия

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.

Лицензия

Лицензия

Группа

Группа

com.chuklee.code
Идентификатор

Идентификатор

statetransfer
Версия

Версия

0.1
Тип

Тип

jar
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

Chuk Lee
Система контроля версий

Система контроля версий

https://github.com/chukmunnlee/statetransfer

Скачать 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.glassfish : jakarta.json jar 2.0.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.