Skip to content

Commit e10eecc

Browse files
sbarfurthdevversion
authored andcommitted
Add testonly parameter to index.bzl documentation
1 parent 3d9f4e7 commit e10eecc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ng_project/index.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def ng_project(
1818
angular_compiler_options: Dictionary of angular compiler options to provide to the compilation.
1919
assets: Assets needed for the Angular compilation
2020
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.
2122
**kwargs: Additional arguments passed along to the underlying ts_project.
2223
"""
2324

0 commit comments

Comments
 (0)