-
Notifications
You must be signed in to change notification settings - Fork 26
feat: upgrade to angular 20 and migrate to standalone architecture #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
aabe7ad
feat: upgrade to angular 20 and migrate to standalone architecture
tcorral 4e82f15
fix: fix issues in ci/cd
tcorral 4ab205b
feat(app-component): add styles to do not overflow
tcorral 4d4a2f0
fix: fix browswer issues
tcorral 665d5ce
feat: fix tsc issues
tcorral f101812
fix: resolve conflicts
efcb748
chore: update visual transaction snapshots for Chrome on Linux
5c124e6
fix: update test setup and component spec for improved testing enviro…
8dd66f3
fix: unit tests failing
357275a
fix: unit test issues
0c162b4
fix: enhance test setup by adding router provider for user context an…
87afd03
fix: refactor user context component tests to utilize injected router…
e8c0246
fix: unit test issues
93bbc4f
chore: applying code review suggestions
tcorral b1d129a
chore: applying code review suggestions
tcorral 6ad16c3
chore: applying code review suggestions
tcorral c203e0b
chore: applying code review suggestions
tcorral 2c4ffd8
chore: applying code review suggestions
tcorral 4db1903
chore: applying code review suggestions
tcorral 4f80f0e
chore: applying code review suggestions
tcorral 3d9c362
chore: applying code review suggestions
tcorral abc7b60
chore: applying code review suggestions
tcorral 9d63e2f
chore: applying code review suggestions
tcorral e99b04f
chore: applying code review suggestions
tcorral 735bdce
chore: applying code review suggestions
tcorral 83ea6a4
chore: applying code review suggestions
tcorral 10761c8
chore: apply code review suggestions
fba0b96
chore: apply code review suggestions
77d5331
chore: apply code review suggestions
4a9a899
chore: apply code review suggestions
712dec0
chore: apply code review suggestions
21f2a07
chore: apply code review suggestions
958e1c5
chore: apply suggested changes in code review
df40be6
chore: apply suggested changes in code review
6dac881
chore: apply suggested changes in code review
837983c
chore: apply suggested changes in code review
e103e46
chore: apply suggested changes in code review
4a23f34
debug: remove
f18e5e4
chore: fix build after refactoring to remove NgModules
78922c5
chore: fix build after refactoring to remove NgModules
e4fe236
chore: fix build after refactoring to remove NgModules
58f37b1
chore: fix build after refactoring to remove NgModules
8e81d9a
chore: apply suggested changes in pull request
0e8483d
chore: apply suggested changes in pull request
ed0ed55
chore: apply suggested changes in pull request
86affef
chore: apply suggested changes in pull request
ab36d83
chore: apply suggested changes in pull request
780d624
chore: apply suggested changes in pull request
9d0fc1d
chore: apply suggested changes in pull request
eb3b01a
chore: apply suggested changes in pull request
52e4702
chore: apply suggested changes in pull request
bac14e4
chore: adjust documentation to be checked against implementation code
b63e1f0
chore: adjust documentation to be checked against implementation code
a644dbb
chore: adjust documentation to be checked against implementation code
39ac35a
chore: adjust documentation to be checked against implementation code
7009c32
chore: adjust documentation to be checked against implementation code
28b3a3a
chore: adjust documentation to be checked against implementation code
d0c495a
chore: adjust documentation to be checked against implementation code
a7653af
chore: adjust documentation to be checked against implementation code
e8ff6a8
chore: apply suggested changes in pull request
8565dcc
fix:build step failing
4a9f705
fix:build step failing
9b3d750
fix: format
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+4.42 KB
(110%)
...pec.ts-snapshots/transactions-page-full-localhost-mocks-visual-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20 Bytes
(100%)
...hots/transactions-page-with-masked-data-localhost-mocks-visual-chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| /* eslint-disable */ | ||
| export default { | ||
| displayName: 'golden-sample-app', | ||
| preset: '../../jest.preset.js', | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| .main-content { | ||
| padding: 20px; | ||
| } | ||
| } | ||
| app-navigation-menu { | ||
| max-width: 70%; | ||
| overflow: auto; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
apps/golden-sample-app/src/app/error-page/error-page.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
apps/golden-sample-app/src/app/error-page/error-page.module.ts
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
apps/golden-sample-app/src/app/navigation-menu/navigation-menu.component.ts
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
apps/golden-sample-app/src/app/navigation-menu/navigation-menu.module.ts
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
apps/golden-sample-app/src/app/sample-standalone.component.ts
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
apps/golden-sample-app/src/app/theme-switcher/theme-switcher.component.module.ts
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
apps/golden-sample-app/src/app/theme-switcher/theme-switcher.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.