I have integrated Angular4 with sails.js app. Everything works as expected. However, I can't figure out how to run a Ahead-of-Time Compilation.
I am using commonJS my module loader, it is a very similar setup as to how they have it at this link, https://sharpten.com/blog/2016/02/02/integrating-angular-2-with-sails-js.html.
Does anyone know how to run a Ahead-of-Time Compilation for none Angular CLI?