Created
April 12, 2018 23:50
-
-
Save mrmeku/dfbbca75099f9ab1d5f1095e2715a2bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ng_module( | |
name = "app", | |
srcs = glob( | |
["*.ts"], | |
exclude = ["*.spec.ts"], | |
), | |
assets = [ | |
"app.component.css", | |
"app.component.html", | |
], | |
deps = [ | |
"//libs/mylib/src", #Add this line to bring in the lib | |
"@rxjs", | |
], | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment