angular-cn/integration/bazel-schematics
Keen Yee Liau 85866defa4 fix(bazel): Set module_name and enable ng test (#27715)
Relative imports in Typescript files only work when module_name is
defined in ts_library (when run in Node.js).
See issue https://github.com/bazelbuild/rules_typescript/issues/360

With that fixed, `ng test` now works.

`ng build` requires `node_modules` to be available in the project
directory, so it's not usable yet. Running `yarn` in project directory
does not work because of postinstall version check.

PR Close #27715
2018-12-17 16:43:09 -08:00
..
package.json test(bazel): integration test for ng new with Bazel (#27659) 2018-12-14 10:19:22 -08:00
test.sh fix(bazel): Set module_name and enable ng test (#27715) 2018-12-17 16:43:09 -08:00
yarn.lock test(bazel): integration test for ng new with Bazel (#27659) 2018-12-14 10:19:22 -08:00