Philipp Schrader | 175a93c | 2023-02-19 13:13:40 -0800 | [diff] [blame^] | 1 | load("@npm//:defs.bzl", "npm_link_all_packages") |
2 | load("//tools/build_rules:js.bzl", "ng_pkg") | ||||
Alex Perry | f82524c | 2022-03-09 20:04:47 -0800 | [diff] [blame] | 3 | |
Philipp Schrader | 175a93c | 2023-02-19 13:13:40 -0800 | [diff] [blame^] | 4 | npm_link_all_packages(name = "node_modules") |
5 | |||||
6 | ng_pkg( | ||||
Alex Perry | f82524c | 2022-03-09 20:04:47 -0800 | [diff] [blame] | 7 | name = "counter_button", |
Alex Perry | f82524c | 2022-03-09 20:04:47 -0800 | [diff] [blame] | 8 | ) |