Skip to content

Instantly share code, notes, and snippets.

@mrmeku
Created April 12, 2018 23:50
Show Gist options
  • Save mrmeku/dfbbca75099f9ab1d5f1095e2715a2bb to your computer and use it in GitHub Desktop.
Save mrmeku/dfbbca75099f9ab1d5f1095e2715a2bb to your computer and use it in GitHub Desktop.
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