-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
🟢 Projection | Angular Challenges #356
🟢 Projection | Angular Challenges
Challenge 1 is about learning how to project DOM element through components
https://angular-challenges.vercel.app/challenges/angular/1-projection/
All reactions
-
👍 9 -
❤️ 5 -
🚀 2
Replies: 6 comments 5 replies
Typo in the first paragraph, last sentence. "sighificantly"
All reactions
How I can display City names like Students card and Teacher card ?
From where I will get the names of cities in order to display random city names
All reactions
I'm sorry but I don't understand your issue ? you have a fetchCities fake endpoint in fake-http.service.ts
All reactions
I fixed the my issue. I understand how to display cities. Thanks for support.
All reactions
Error: Cannot find module '@nx/nx-win32-ia32-msvc'
When i try to do the npm ci i get the above error. I tried installing nx separately . i still get the same error. This could be something basic i am doing something wrong
All reactions
try to remove your node modules, update your fork to the latest version and try again.
what is your version of node and npm? maybe you should update them too
All reactions
Hello @tomalaforge, i thought i was using the latest version but looked like i had to upgrade it to 21.7.1 and it worked. Thanks a lot
All reactions
*latest version of Node
All reactions
As this is the first project, I will share my initial thoughts. What's the goal of this exercise ?
What would I need to learn to achieve it ? What will I learn from it ?
What thoughts/ concepts would could help make this excercise easier to understand? (Maybe i'm coming from Vue and I already know the concept of Slots)
Writing education material is not a new thing . It's unclear why this is written so poorly
All reactions
It wasn't that easy :D
All reactions
The challenge code now seems to be written fully with signals so the corresponding bonus challenge should be removed from the challenge description, I guess.