After hosting an Angular 4 app on IIS, it seems there is an issue when accessing the app from machines other than the ones used for development. An error message
" 'Uncaught TypeError: undefined is not a function' common.es5.js:3084"
appears on these computers.
This error is new to me and I'm unsure of what needs to be done to resolve it. Could it be that something specific needs to be installed on the server? It appears that the two development machines have additional components that allow them to access the Angular 4 app successfully. How can this be rectified?