Skip to content

Commit

Permalink
added dynamic children name
Browse files Browse the repository at this point in the history
  • Loading branch information
raygig committed Sep 16, 2024
1 parent 5dc9f73 commit 11d7441
Show file tree
Hide file tree
Showing 19 changed files with 2,311 additions and 3,649 deletions.
7 changes: 6 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
]
}
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit 11d7441

Please sign in to comment.