Phalgun Vaddepalli

Results 16 comments of Phalgun Vaddepalli

When I ran "git pull", it incorrectly showed that my local repository was up to date whereas it was stuck at the commit https://github.com/angular/angular/tree/f94c6f433dba3924b79f137cfcc49d2dfd4d679c from 17-June. Since the "build" was...

Thanks @eneajaho . Can you help with the second question about "changes" method?

@eneajaho I see "changes" method reported for components which do not have "ngOnChanges" method implemented.

> ```json > "glob": [ > "sequential-task", > [ > "parallel-task", "parallel-task" > ] > ] > ``` I get an error while trying to use nested array as highlighted...

For the code snippet in question, the results differ in strict mode. The JS engine would not read that line you highlighted, leaving new developers baffled. The code snippets should...

> If you think so, submit a Pull Request that adds "use strict" to all the code samples in the tutorial. I'm not sure why it you recommend adding it...