Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
45fd6d7
chore: update angular related packages to the v14
duxor Nov 21, 2022
5161334
chore: update angular material to v14
duxor Nov 21, 2022
3aefd95
chore: update angular related packages to v15
duxor Nov 21, 2022
35908d6
chore: update angular material to v15
duxor Nov 21, 2022
f60eb5e
chore: add coverage reporter to the karma config
duxor Nov 21, 2022
a49bc0d
Merge branch 'feat/angular-14' into feat/angular-15
duxor Nov 21, 2022
f5d63cb
chore: add new package build for v15
duxor Dec 10, 2023
b947df1
chore: upgrade library to the angular v16
duxor Dec 10, 2023
8e3bc9a
chore: upgrade library to the angular v17
duxor Dec 10, 2023
0350be2
chore: upgrade node types package to v18
duxor Dec 10, 2023
7063e25
chore: update missing package-lock file
duxor Dec 10, 2023
8f3080c
chore: update angular core to v18
duxor Dec 10, 2024
33edb1e
chore: update angular material to v18
duxor Dec 10, 2024
d15286c
chore: update lib config to v18
duxor Dec 10, 2024
45e373d
Upgrade Angular dependencies and add standalone property
duxor May 6, 2025
f2d54bd
Upgrade Angular CDK and Material to version 19.2.14
duxor May 6, 2025
b232c68
Bump package version to 19.0.0 and update peer dependencies
duxor May 6, 2025
7289ad1
chore(dependencies): upgrade angular to v20 and update related packages
duxor Aug 26, 2025
fa7ac98
chore(dependencies): upgrade angular cdk and material to v20.2.0 and …
duxor Aug 26, 2025
959b33c
chore(dependencies): update @types/node to v22.18.0 and undici-types …
duxor Aug 26, 2025
e9ea4f3
refactor(right-sheet): replace PortalInjector with Injector.create fo…
duxor Aug 26, 2025
590e988
chore(right-sheet): bump version to 20.0.0 and update peer dependenci…
duxor Aug 26, 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
29 changes: 27 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,33 @@
}
}
},
"defaultProject": "right-sheet",
"cli": {
"analytics": "e11c8b82-a1b3-4b98-96da-35359b8bbb8b"
},
"schematics": {
"@schematics/angular:component": {
"type": "component"
},
"@schematics/angular:directive": {
"type": "directive"
},
"@schematics/angular:service": {
"type": "service"
},
"@schematics/angular:guard": {
"typeSeparator": "."
},
"@schematics/angular:interceptor": {
"typeSeparator": "."
},
"@schematics/angular:module": {
"typeSeparator": "."
},
"@schematics/angular:pipe": {
"typeSeparator": "."
},
"@schematics/angular:resolver": {
"typeSeparator": "."
}
}
}
}
Loading