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

feat(google closure): add google closure compiler support #1988

Closed
vforv opened this issue May 21, 2017 · 1 comment
Closed

feat(google closure): add google closure compiler support #1988

vforv opened this issue May 21, 2017 · 1 comment

Comments

@vforv
Copy link

vforv commented May 21, 2017

Is it possible to implement this lib with closure(https://github.com/angular/closure-demo) ?

I tried but get this error:
http://stackoverflow.com/questions/44100512/how-to-implement-google-closure-and-ngx-bootstrap

Any idea?

@banjankri
Copy link

I think using ng-packagr (https://github.com/dherges/ng-packagr) to produce bundles should be enough to have that covered, as it uses tsickle to annotate bundles for closure compiler.

This could greatly simplify your setup as I can see you are doing all the packaging yourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants