Is it possible to use Angular2 in Google Apps Script Web App? I searched enough, but there is no documentation/ article on the web which touches this topic.
If it is possible, can anyone give me a sample working Google Apps Script web app using Angular2?
More specifically, I am not sure how to make System.import('app') work in Google Apps script as Google apps does not allow reference to file this way.
Thanks