angular-cn/modules/@angular/platform-browser/testing
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
..
benchmark_util.ts chore(imports): don't import ExceptionHandler from facade (#10620) 2016-08-10 15:55:18 -07:00
browser.ts feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
browser_util.ts feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
matchers.ts refactor(test): refine types 2016-07-29 13:53:13 -07:00
mock_animation_driver.ts fix(animations): ensure all child elements are rendered before running animations 2016-07-08 18:18:46 -07:00
mock_dom_animate_player.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00