0

Bug removal

🚨 Bug Report Success! 🚨 Hey everyone! 🌟 I recently discovered an error in the Angular Basics course on SoloLearn's website while working through the Components lesson. The provided code mistakenly listed the `styleUrl` as an HTML file instead of a CSS file. šŸ¤” Here’s the incorrect code: ```typescript @Component({ selector: 'menu', standalone: true, templateUrl: './menu.component.html', styleUrl: './menu.component.html' }) export class MenuComponent { } ``` The `styleUrl` should be pointing to a CSS file, like this: ```typescript styleUrl: './menu.component.css' ``` I reported this bug to the SoloLearn team, and they acknowledged the mistake! šŸŽ‰ It feels amazing to contribute to improving such a valuable learning platform. šŸ’Ŗ Remember, no detail is too small when it comes to coding. Keep learning and never hesitate to speak up when you spot an error. Happy coding! šŸ‘Øā€šŸ’»šŸ‘©ā€šŸ’» #CodingLife #BugHunter #Angular #SoloLearn #LearningJourney #SuccessStory #KeepLearning

12th Jul 2024, 10:45 AM
Saad Ali Syed
3 Answers
+ 3
Saad Ali Syed Great thank you for your contribution. You can use feed post for this.
12th Jul 2024, 3:42 PM
RšŸšŸ‡®šŸ‡³
RšŸšŸ‡®šŸ‡³ - avatar
0
From the headers you have realized right?
12th Jul 2024, 1:27 PM
Elnior Loreh
Elnior Loreh - avatar
0
Ok
12th Jul 2024, 4:03 PM
Elnior Loreh
Elnior Loreh - avatar