angular-docs-cn/packages/compiler/test/aot
Tobias Bosch 994089d36b fix(compiler): always use `ng://` prefix for sourcemap urls (#15218)
Fixes:
- In G3, filePaths don’t start with a `/` and therefore became relative.
- Always using the `ng://` prefix groups angular resources in the same
  way for AOT and JIT.
2017-03-16 17:33:17 -07:00
..
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
compiler_spec.ts fix(compiler): always use `ng://` prefix for sourcemap urls (#15218) 2017-03-16 17:33:17 -07:00
static_reflector_spec.ts fix(compiler): support interface types in injectable constuctors (#14894) 2017-03-15 09:24:56 -07:00
static_symbol_resolver_spec.ts fix(compiler): support interface types in injectable constuctors (#14894) 2017-03-15 09:24:56 -07:00
summary_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
summary_serializer_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
test_util.ts build: build modules and examples for karma 2017-03-08 17:35:20 -08:00

README.md

Tests in this directory are excluded from running in the browser and only run in node.