angular2-universal-polyfills

WebJar for angular2-universal-polyfills

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

angular2-universal-polyfills
Last Version

Last Version

2.1.0-rc.1
Release Date

Release Date

Type

Type

jar
Description

Description

angular2-universal-polyfills
WebJar for angular2-universal-polyfills
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/angular/universal

Download angular2-universal-polyfills

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular2-universal-polyfills/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>angular2-universal-polyfills</artifactId>
    <version>2.1.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-universal-polyfills/
implementation 'org.webjars.npm:angular2-universal-polyfills:2.1.0-rc.1'
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-universal-polyfills/
implementation ("org.webjars.npm:angular2-universal-polyfills:2.1.0-rc.1")
'org.webjars.npm:angular2-universal-polyfills:jar:2.1.0-rc.1'
<dependency org="org.webjars.npm" name="angular2-universal-polyfills" rev="2.1.0-rc.1">
  <artifact name="angular2-universal-polyfills" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular2-universal-polyfills', version='2.1.0-rc.1')
)
libraryDependencies += "org.webjars.npm" % "angular2-universal-polyfills" % "2.1.0-rc.1"
[org.webjars.npm/angular2-universal-polyfills "2.1.0-rc.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.npm : ie-shim jar [0.1.0,0.2)
org.webjars.npm : es6-promise jar [3.0.2,3.1)
org.webjars.npm : es6-shim jar [0.35.0,0.36)
org.webjars.npm : reflect-metadata jar 0.1.2

Project Modules

There are no modules declared in this project.

CircleCI Join the chat at https://gitter.im/angular/universal

Angular Universal

Angular Universal

Table of Contents


Introduction

The Angular Universal project is a community driven project to expand on the core APIs from Angular (platform-server) to enable developers to do server side rendering of Angular applications in a variety of scenarios.

This repository will host the various tools like engines to integrate with various backends(NodeJS, ASP.NET etc.) and also extra modules and examples to help you started with server side rendering.

The Universal project is driven by community contributions. Please send us your Pull Requests!

Getting Started

Angular Universal Guide

Packages

The packages from this repo are published as scoped packages under @nguniversal

Universal "Gotchas"

Moved to /docs/gotchas.md

Preboot

Control server-rendered page and transfer state before client-side web app loads to the client-side-app. Repo

What's in a name?

We believe that using the word "universal" is correct when referring to a JavaScript Application that runs in more environments than the browser. (inspired by Universal JavaScript)

Universal Team

License

MIT License

org.webjars.npm

Angular

Versions

Version
2.1.0-rc.1
0.4.1