Gabriel
Results
1
comments of
Gabriel
I have a working and dirty solution for ionic2. Here is my code : ``` javascript function templateInliner(file) { return through(function (buf, enc, next) { ng2TemplateParser({ contents: buf, path: file...