feat(bazel): ng-new schematics with Bazel (#27277)

This commit creates a schematics for ng new command that builds
the project with Bazel.

PR Close #27277
This commit is contained in:
Keen Yee Liau
2018-09-14 15:03:29 +01:00
committed by Alex Rickabaugh
parent 7ec05b4d8c
commit 06d4a0c46e
16 changed files with 633 additions and 9 deletions

View File

@ -7,6 +7,7 @@ npm_package(
"package.json",
"protractor-utils.js",
"//packages/bazel/src:package_assets",
"//packages/bazel/src/builders:package_assets",
"//packages/bazel/src/schematics:package_assets",
],
packages = [
@ -19,5 +20,6 @@ npm_package(
"//packages/bazel/src/ngc-wrapped:ngc_lib",
"//packages/bazel/src/protractor/utils",
"//packages/bazel/src/schematics/bazel-workspace",
"//packages/bazel/src/schematics/ng-new",
],
)