angular/modules/@angular/core
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(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
test refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
testing feature(core): update RxJS to 5.0.0-beta.11 (#10648) 2016-08-22 17:17:23 -07:00
index.ts refactor(various): remove a few lingering but unused deprecated apis (#10896) 2016-08-17 16:36:10 -07:00
package.json feature(core): update RxJS to 5.0.0-beta.11 (#10648) 2016-08-22 17:17:23 -07:00
private_export.ts refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
private_export_testing.ts refactor(core/testing): remove deprecated ViewMetadata (#10837) 2016-08-16 13:59:06 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts refactor(testing): remove deprecated testing functions (#10832) 2016-08-15 21:40:37 -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