In my Angular 6 application, I need a function that does nothing. Obviously, I could just write my own, but I was reading about angular.noop which I would like to use. However, I get an angular.noop is not a function
error when I try to use it. I could not find anything about this in Angular's documentation. Is there an Angular 6 version of AngularJS's angular.noop function?
I know what noop is. This is not a duplicate of What is Angular.noop used for?. I am asking about Angular 6. My question is very simply "Is there a noop function built into Angular 6 like there is in AngularJS?".
No. There is not a noop function in Angular 6.