Monday, August 7, 2017

Google search tip for angular

This tip is for Angular enthusiasts, whenever you search something on google for angular, it will end up showing the results with angularjs(1.x) aswell. To avoid this, you could simply do the following


add “ -AngularJS “ to your search query



For example,


https://www.google.com/search?q=Angular+components+with+%40Input%28%29+-angularJS


Will return only the results which matches angular. This will seriously improve the productivity and help rapid development. Spread this tip across your friends.

1 comment:

Unknown said...

Thanks for this. Didn't know this kinda stuff can be done. Worth it!