angulargwt

AngularJS integration for GWT

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Angular
GroupId

GroupId

ru.finam
ArtifactId

ArtifactId

angulargwt
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

angulargwt
AngularJS integration for GWT
Project URL

Project URL

https://github.com/FinamTrade/angulargwt
Source Code Management

Source Code Management

https://github.com/FinamTrade/angulargwt

Download angulargwt

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.gwt : gwt-elemental jar 2.5.1
com.google.guava : guava jar 16.0
com.google.gwt : gwt-user jar 2.5.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

AngularGWT: Write Angular Controllers, Filters, Directives in GWT.

Usage

angulargwt is available in maven central

Just include it in your pom.xml

<dependency>
    <groupId>ru.finam</groupId>
    <artifactId>angulargwt</artifactId>
    <version>1.1.1</version>
</dependency>

or gradle build:

dependencies {
    compile 'ru.finam:angulargwt:1.1.1'
}

or ivy:

<dependency org="ru.finam" name="angulargwt" rev="1.1.1" />

Add dependency in your gwt module descriptor (*.gwt.xml)

<inherits name="com.google.gwt.angular.angulargwt"/>

Look at TodoMVC app to learn how to use angulargwt in your project.

WARNING: Recommended that you use SuperDevMode develop, completely untested in DevMode. Uses lots of compiler casting magic to reduce code size, but is likely to break when running inside a JVM.

Currently undone:

  • More JavaDoc.
  • Unit tests.
  • Transitive dependencies, modules that depend on modules.
  • JSO wrappers for the rest of the AngularJs API. I only implemented that which was needed for TodoMVC.
ru.finam

FinamTrade

Versions

Version
1.1.1
1.1
1.0