angular-cn/modules/@angular/platform-server
Chuck Jazdzewski 39a2c39cef feat(compiler): Added "strictMetadataEmit" option to ngc (#10951)
ngc can now validate metadata before emitting to verify it doesn't
contain an error symbol that will result in a runtime error if
it is used by the StaticReflector.

To enable this add the section,

  "angularCompilerOptions": {
    "strictMetadataEmit": true
  }

to the top level of the tsconfig.json file passed to ngc.

Enabled metadata validation for packages that are intended to be
used statically.
2016-08-22 17:37:48 -07:00
..
src refactor(various): remove a few lingering but unused deprecated apis (#10896) 2016-08-17 16:36:10 -07:00
test fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
testing refactor(testing): remove deprecated test setup functions (#10600) 2016-08-09 10:46:28 -07:00
compiler_private.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
core_private.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
index.ts cleanup(platform): removed webworker and server deprecated apis (#10745) 2016-08-15 13:44:01 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
platform_browser_dynamic_testing_private.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
platform_browser_private.ts fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
tsconfig-es5.json feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
tsconfig-es2015.json feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00