angular-docs-cn/integration/platform-server
JiaLiPassion d37939623f test(zone.js): test zone.js package with tgz (#38649)
Zone.js 0.11.0 release an empty bundle, and now the npm_package tests all target
bazel rule `npm_package`, but not `npm_package.pack`, and these two rules may
generate different results, for example, Zone.js 0.11.0's issue is `package.json`
define files array which make the bundle only include the files in the files array.
So this PR install the zone.js package from the archive generated from `npm_package.pack` rule.

PR Close #38649
2020-10-19 08:06:11 -07:00
..
e2e build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
src feat(zone.js): upgrade zone.js to angular package format(APF) (#36540) 2020-06-11 11:08:48 -07:00
README.md test: move platform-server integration test (#22810) 2018-04-13 16:30:50 -07:00
build.sh test: move platform-server integration test (#22810) 2018-04-13 16:30:50 -07:00
package.json test(zone.js): test zone.js package with tgz (#38649) 2020-10-19 08:06:11 -07:00
tsconfig.json build: remove dep on tsickle from platform-server (#33927) 2020-02-24 08:59:18 -08:00
webpack.client.config.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
webpack.server.config.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
yarn.lock feat(zone.js): upgrade zone.js to angular package format(APF) (#36540) 2020-06-11 11:08:48 -07:00

README.md

To add a new server side rendering E2E test

  • Add a new server side rendered application to src/
  • Edit webpack.client.config.js to add new entry point for the new client bundle
  • The index.html can access the client bundle from /built/.js
  • Edit src/server.ts to add the server side application to a new URL
  • Add a protractor test in e2e/ to test with the new URL