0

I wrote few logs in my angular js application using the code below. However I am unable to see it displayed either in the console or (chrome -> dev tools) browser console. Where can I see the logs displayed?

    console.info(' Maintanence !! ');
    console.info(' Next Event = '+ next.name);
1
  • where exactly is this code placed in your angular app? Commented Mar 16, 2018 at 15:38

1 Answer 1

1

use console.log('Maintanence !!');

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks Max. I tried that as well , but didn't see it printed. Maybe that block of code is not executed. I will retry and update.
Thanks , it is printing.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.