Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Angular Basics Angular Components Structural Directives

Gary Baren
PLUS
Gary Baren
Courses Plus Student 1,535 Points

None of the clicks work for me

Everything in this course so far looks as it should except the clicks. None of the actions that involve a (click) action are not working for me. No errors but no response either. I've checked my text against the course many times and think it might be an environmental issue. Is there anything I need to do to enable the browser for this application?

3 Answers

The issue is likely that Javascript may have been disabled in the browser. Here is the process to enable Javascript in Chrome browser:

  1. Go to setting.
  2. under 'Privacy and security' in 'Advanced' setting, click 'content settings' and Allow javascript.
  3. refresh the browser. now all click events or actions should now work normally.
Gary Baren
PLUS
Gary Baren
Courses Plus Student 1,535 Points

That was my initial thought too. Angular CLI course went without a hitch, though.

Didn't work with mine either. Any solution to this?