Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow output customization #73

Open
dolzenko opened this issue Jun 22, 2015 · 0 comments
Open

Allow output customization #73

dolzenko opened this issue Jun 22, 2015 · 0 comments

Comments

@dolzenko
Copy link

I think it would be useful to provide something like templateWrapper option, which will be able to wrap the output, it would make it possible to simplify generation of RequireJS/SystemJS/etc. modules, e.g. for loading Angular with SystemJS:

ngHtml2JsPreprocessor: {
  templateWrapper: function(body) { return "import 'angular';\n" + body; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant