Skip to content

Angular training - Igor Gursky #10

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

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cc7d2a0
libs: updated initial lock file
IgorGursky May 26, 2025
ed9eb3a
libs: Angular Material introduced
IgorGursky May 26, 2025
6904e87
other: file shuffle
IgorGursky May 26, 2025
13f3284
other: customizing AMUI styling
IgorGursky May 26, 2025
b861b4b
blogposts: skeleton introduced
IgorGursky May 27, 2025
e1d7243
blogposts: styling
IgorGursky May 27, 2025
1e85c13
blogposts: hooked up to a productive endpoint
IgorGursky May 27, 2025
0b6a5fd
blogposts: hooked up to a productive endpoint
IgorGursky May 27, 2025
4765d08
blogposts: comments page skeleton
IgorGursky May 27, 2025
5475b83
blogposts: comments page skeleton
IgorGursky May 27, 2025
6266282
other: attempts to setup router store
IgorGursky May 27, 2025
5fdb57b
ngrx: introducing store
IgorGursky May 28, 2025
2324611
ngrx: introducing store
IgorGursky May 28, 2025
0afbba8
ngrx: introducing store
IgorGursky May 28, 2025
5b9e8be
blogposts:
IgorGursky May 28, 2025
4058f04
blogposts: comments page skeleton
IgorGursky May 28, 2025
e66af43
blogposts: comments page main logic
IgorGursky May 29, 2025
8811d9c
blogposts: comments page main logic
IgorGursky May 29, 2025
99bef2b
blogposts: comments page main logic
IgorGursky May 29, 2025
2ef9ec5
blogposts: comments page main logic
IgorGursky May 29, 2025
8aec70b
blogposts: comments page main logic
IgorGursky May 30, 2025
4c8c32d
testing: service layer
IgorGursky May 30, 2025
dac07a2
testing: component draft
IgorGursky May 30, 2025
f75a907
testing: component draft
IgorGursky May 30, 2025
c0fae1f
testing: component test fix
IgorGursky May 30, 2025
d7dcc36
testing: component test fix
IgorGursky May 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
"plugin:@angular-eslint/template/accessibility"
],
"rules": {}
},
{
"files": [
"*.ts"
],
"extends": [
"plugin:@ngrx/all"
]
}
]
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 C.T.Co Developers Community
Copyright (c) 2025 C.T.Co Developers Community

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.scss"
],
"scripts": [],
Expand Down Expand Up @@ -93,6 +94,7 @@
"src/assets"
],
"styles": [
"@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.scss"
],
"scripts": []
Expand All @@ -113,6 +115,7 @@
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
],
"analytics": false
}
}
Loading