We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9f4e7 commit e10eeccCopy full SHA for e10eecc
1 file changed
src/ng_project/index.bzl
@@ -18,6 +18,7 @@ def ng_project(
18
angular_compiler_options: Dictionary of angular compiler options to provide to the compilation.
19
assets: Assets needed for the Angular compilation
20
tsconfig: The tsconfig to be used as a base configuration for the compilation.
21
+ testonly: Whether all targets generated by the macro are marked as testonly.
22
**kwargs: Additional arguments passed along to the underlying ts_project.
23
"""
24
0 commit comments