Skip to content

Commit dc8ed14

Browse files
committed
refactor(apps): remove unused and stalled development items from apps/ (#2933)
Remove code which is unused, deprecated and/or not needed anymore in the apps directory. PR Close #2933
1 parent 3bb1147 commit dc8ed14

File tree

88 files changed

+20
-1943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+20
-1943
lines changed

apps/account-functions/BUILD.bazel

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/account-functions/before-create.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/account-functions/before-sign-in.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

apps/account-functions/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/code-of-conduct/app/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
load("//tools:defaults.bzl", "ng_module")
21
load("@io_bazel_rules_sass//:defs.bzl", "sass_binary")
2+
load("//tools:defaults.bzl", "ng_module")
33

44
package(default_visibility = ["//apps/code-of-conduct:__subpackages__"])
55

@@ -13,9 +13,9 @@ ng_module(
1313
"app.component.html",
1414
],
1515
deps = [
16+
"//apps/code-of-conduct/app/account",
1617
"//apps/code-of-conduct/app/block-user",
1718
"//apps/code-of-conduct/app/user-table",
18-
"//apps/shared/account",
1919
"@npm//@angular/common",
2020
"@npm//@angular/core",
2121
"@npm//@angular/router",
@@ -47,9 +47,9 @@ ng_module(
4747
"app.routes.ts",
4848
],
4949
deps = [
50+
"//apps/code-of-conduct/app/account",
5051
"//apps/code-of-conduct/app/login",
5152
"//apps/code-of-conduct/app/main",
52-
"//apps/shared/account",
5353
"@npm//@angular/router",
5454
],
5555
)

apps/shared/account/BUILD.bazel renamed to apps/code-of-conduct/app/account/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
load("//tools:defaults.bzl", "ng_module")
21
load("@io_bazel_rules_sass//:defs.bzl", "sass_binary")
2+
load("//tools:defaults.bzl", "ng_module")
33

44
ng_module(
55
name = "account",

0 commit comments

Comments
 (0)