Go to file
Vikram Subramanian 8dfc3c386a feat(platform-server): provide a way to hook into renderModule* (#19023)
A multi RENDER_MODULE_HOOK provider can provide function that will be called with the current document just before the document is rendered to
string.

This hook can for example be used for the state transfer module to serialize any server state that needs to be transported to the client, just before the current platform state is rendered to string.

PR Close #19023
2017-09-05 23:17:04 -05:00
.circleci build: upgrade to latest bazel rules (#18733) 2017-08-23 11:34:52 -05:00
.github docs: does please -> does (#18044) 2017-07-11 11:46:57 -07:00
aio fix(aio): align footer background image repeat (#19035) 2017-09-05 15:34:35 -05:00
docs test: support debugging unit tests in node (#18987) 2017-09-01 15:06:40 -05:00
integration build: ngc-wrapped as a bazel worker (#18960) 2017-09-01 12:23:11 -05:00
modules perf: switch angular to use StaticInjector instead of ReflectiveInjector 2017-08-07 15:42:34 -07:00
packages feat(platform-server): provide a way to hook into renderModule* (#19023) 2017-09-05 23:17:04 -05:00
scripts refactor(core): remove deprecated `OpaqueToken` (#18971) 2017-09-01 16:29:47 -05:00
tools feat(platform-server): provide a way to hook into renderModule* (#19023) 2017-09-05 23:17:04 -05:00
.bazelrc build: ngc-wrapped as a bazel worker (#18960) 2017-09-01 12:23:11 -05:00
.bowerrc
.clang-format
.editorconfig
.gitattributes
.gitignore build(common): extract i18n locale data from cldr (#18284) 2017-08-22 15:43:04 -05:00
.nvmrc
.pullapprove.yml refactor(compiler-cli): move ngc-wrapped to packages/bazel (#18733) 2017-08-23 11:34:51 -05:00
.travis.yml ci(aio): compute AIO deployment mode 2017-08-04 09:14:18 -07:00
BUILD.bazel build: ngc-wrapped as a bazel worker (#18960) 2017-09-01 12:23:11 -05:00
CHANGELOG.md docs: add changelog for 5.0.0-beta.6 2017-09-02 07:42:40 -07:00
CONTRIBUTING.md docs: improve grammar and wording on CONTRIBUTING.md (#17855) 2017-07-11 12:40:30 -07:00
LICENSE
README.md docs: Unbreak README Formatting (#18043) 2017-07-11 11:48:37 -07:00
WORKSPACE build: upgrade to latest bazel rules (#18733) 2017-08-23 11:34:52 -05:00
bower.json
browser-providers.conf.js
build.sh build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
gulpfile.js feat(common): generate `closure-locale.ts` to tree shake locale data (#18907) 2017-08-29 11:26:10 -05:00
karma-js.conf.js fix(platform-browser): run BLACK_LISTED_EVENTS outside of ngZone (#18993) 2017-09-05 15:33:22 -05:00
npm-shrinkwrap.clean.json build: ngc-wrapped as a bazel worker (#18960) 2017-09-01 12:23:11 -05:00
npm-shrinkwrap.json build: ngc-wrapped as a bazel worker (#18960) 2017-09-01 12:23:11 -05:00
npm-shrinkwrap.readme.md
package.json release: cut the 5.0.0-beta.6 release 2017-09-02 07:42:40 -07:00
protractor-e2e.conf.js
protractor-examples-e2e.conf.js
protractor-perf.conf.js
shims_for_IE.js
test-events.js fix(platform-browser): run BLACK_LISTED_EVENTS outside of ngZone (#18993) 2017-09-05 15:33:22 -05:00
test-main.js feat(platform-server): provide a DOM implementation on the server 2017-08-30 17:46:16 -07:00
test.sh test: support debugging unit tests in node (#18987) 2017-09-01 15:06:40 -05:00
tslint.json

README.md

Build Status CircleCI Join the chat at https://gitter.im/angular/angular Issue Stats Issue Stats npm version

Sauce Test Status

Safari (7+), iOS (7+), Edge (14) and IE mobile (11) are tested on BrowserStack.

Angular

Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.

Quickstart

Get started in 5 minutes.

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.