mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix(ebsite): fix link website
This commit is contained in:
@@ -13,7 +13,7 @@ hero:
|
|||||||
icon: right-arrow
|
icon: right-arrow
|
||||||
variant: primary
|
variant: primary
|
||||||
- text: Go to the latest Challenge
|
- text: Go to the latest Challenge
|
||||||
link: /challenges/signal/56-forms-and-signal/
|
link: /challenges/angular/57-content-projection-default/
|
||||||
icon: rocket
|
icon: rocket
|
||||||
- text: Give a star
|
- text: Give a star
|
||||||
link: https://github.com/tomalaforge/angular-challenges
|
link: https://github.com/tomalaforge/angular-challenges
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ export async function challengeGenerator(tree: Tree, options: Schema) {
|
|||||||
addTailwind: true,
|
addTailwind: true,
|
||||||
standalone: true,
|
standalone: true,
|
||||||
skipTests: true,
|
skipTests: true,
|
||||||
projectNameAndRootFormat: 'as-provided',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
generateFiles(tree, join(__dirname, 'files', 'app'), appDirectory, {
|
generateFiles(tree, join(__dirname, 'files', 'app'), appDirectory, {
|
||||||
|
|||||||
Reference in New Issue
Block a user