File tree
235 files changed
+4099
-5823
lines changed- .github/workflows
- src
- app
- containers/default-layout
- default-header
- icons
- layout
- default-layout
- default-header
- views
- base
- accordion
- breadcrumbs
- cards
- carousels
- collapses
- list-groups
- paginations
- placeholders
- popovers
- progress
- spinners
- tables
- tabs
- tooltips
- buttons
- button-groups
- buttons
- dropdowns
- charts
- dashboard
- forms
- checks-radios
- floating-labels
- form-controls
- input-groups
- layout
- ranges
- select
- validation
- icons
- notifications
- alerts
- badges
- modals
- toasters
- toast-simple
- pages
- login
- page404
- page500
- register
- theme
- widgets
- widgets
- widgets-brand
- widgets-dropdown
- widgets-e
- assets
- brand
- images
- avatars
- img/brand
- components
- docs-callout
- docs-example
- docs-link
- scss
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
235 files changed
+4099
-5823
lines changedDiff for: .github/workflows/build-check.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Diff for: angular.json
+3-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 43 | + | |
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
51 | 49 |
| |
52 |
| - | |
53 |
| - | |
| 50 | + | |
| 51 | + | |
54 | 52 |
| |
55 | 53 |
| |
56 | 54 |
| |
|
Diff for: package.json
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Diff for: src/app/app-routing.module.ts
-118
This file was deleted.
Diff for: src/app/app.component.spec.ts
+6-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 8 | + | |
| 9 | + | |
12 | 10 |
| |
13 |
| - | |
14 |
| - | |
| 11 | + | |
| 12 | + | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
| |||
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
23 |
| - | |
| 21 | + | |
24 | 22 |
| |
25 | 23 |
| |
26 |
| - | |
| 24 | + | |
27 | 25 |
| |
28 | 26 |
|
Diff for: src/app/app.component.ts
+8-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
6 |
| - | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 |
| - | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
20 |
| - | |
| 22 | + | |
21 | 23 |
| |
22 |
| - | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
|
Diff for: src/app/app.config.ts
+34
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
Diff for: src/app/app.module.ts
-88
This file was deleted.
0 commit comments