@@ -12,9 +12,9 @@ ng_project(
1212 "app.component.html" ,
1313 ],
1414 deps = [
15- "//:node_modules/@angular/common" ,
16- "//:node_modules/@angular/core" ,
17- "//:node_modules/@angular/router" ,
15+ "//apps/code-of-conduct :node_modules/@angular/common" ,
16+ "//apps/code-of-conduct :node_modules/@angular/core" ,
17+ "//apps/code-of-conduct :node_modules/@angular/router" ,
1818 "//apps/code-of-conduct/app/account" ,
1919 "//apps/code-of-conduct/app/block-user" ,
2020 "//apps/code-of-conduct/app/user-table" ,
@@ -32,11 +32,11 @@ ng_project(
3232 "block.service.ts" ,
3333 ],
3434 deps = [
35- "//:node_modules/@angular/common" ,
36- "//:node_modules/@angular/core" ,
37- "//:node_modules/@angular/fire" ,
38- "//:node_modules/@angular/material" ,
39- "//:node_modules/rxjs" ,
35+ "//apps/code-of-conduct :node_modules/@angular/common" ,
36+ "//apps/code-of-conduct :node_modules/@angular/core" ,
37+ "//apps/code-of-conduct :node_modules/@angular/fire" ,
38+ "//apps/code-of-conduct :node_modules/@angular/material" ,
39+ "//apps/code-of-conduct :node_modules/rxjs" ,
4040 ],
4141)
4242
@@ -46,7 +46,7 @@ ng_project(
4646 "app.routes.ts" ,
4747 ],
4848 deps = [
49- "//:node_modules/@angular/router" ,
49+ "//apps/code-of-conduct :node_modules/@angular/router" ,
5050 "//apps/code-of-conduct/app/account" ,
5151 "//apps/code-of-conduct/app/login" ,
5252 "//apps/code-of-conduct/app/main" ,
0 commit comments