Skip to content

Commit 9b892fc

Browse files
authored
refactor: remove category libs to use common one (#361)
1 parent 2230fb8 commit 9b892fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+81
-651
lines changed

libs/blog/articles/feature-angular-in-depth/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

libs/blog/articles/feature-angular-in-depth/jest.config.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

libs/blog/articles/feature-angular-in-depth/project.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

libs/blog/articles/feature-angular-in-depth/src/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/blog/articles/feature-angular-in-depth/src/lib/feature-angular-in-depth/feature-angular-in-depth.component.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

libs/blog/articles/feature-angular-in-depth/src/lib/feature-angular-in-depth/feature-angular-in-depth.component.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

libs/blog/articles/feature-angular-in-depth/src/test-setup.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

libs/blog/articles/feature-angular-in-depth/.eslintrc.json renamed to libs/blog/articles/feature-category/.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"prefix": "al",
2525
"style": "kebab-case"
2626
}
27-
],
28-
"@angular-eslint/prefer-standalone": "off"
27+
]
2928
}
3029
},
3130
{
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# blog-articles-feature-category
2+
3+
This library was generated with [Nx](https://nx.dev).
4+
5+
## Running unit tests
6+
7+
Run `nx test blog-articles-feature-category` to execute the unit tests.

libs/blog/articles/feature-news/jest.config.ts renamed to libs/blog/articles/feature-category/jest.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
/* eslint-disable */
21
export default {
3-
displayName: 'feature-news',
2+
displayName: 'blog-articles-feature-category',
43
preset: '../../../../jest.preset.js',
54
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
6-
coverageDirectory: '../../../../coverage/libs/blog/articles/feature-news',
5+
coverageDirectory: '../../../../coverage/libs/blog/articles/feature-category',
76
transform: {
87
'^.+\\.(ts|mjs|js|html)$': [
98
'jest-preset-angular',

0 commit comments

Comments
 (0)