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

Does not work with analyzer package >0.22.4 #2

Open
adarshaj opened this issue Mar 17, 2015 · 3 comments
Open

Does not work with analyzer package >0.22.4 #2

adarshaj opened this issue Mar 17, 2015 · 3 comments

Comments

@adarshaj
Copy link

Using this alongside 'dart_style' package is causing issues, the template cache is not being generated with newer analyzer package (specifically 0.24.0), upto 0.22.4 it is working fine, but dart_style doesn't work.

@antonmoiseev
Copy link
Member

Thanks for letting us know! If simple upgrading of dependencies will eliminate the problem, I'll fix it this week. However awhile ago Angular team introduced template cache transformer built-in into angular.dart package. It handles more corner cases like relative URLs, respecting debug mode, etc. We already moved to the git version of angular in our apps, so as soon as next version of AngularDart is released, we will deprecate this package.

@adarshaj
Copy link
Author

@antonmoiseev I had tried simple upgrading of package, but somehow it didn't work, I couldn't triage the exact problem, so thought of reporting here. Now we too have moved to angular's template cache transformer by moving to their git version. Thanks for suggestion 👍 !

@pphegde
Copy link

pphegde commented Sep 15, 2017

We were using cache transformer, it was working well. Recently we moved to recent version of dart, and the dependencies got changed, and we are running into this issue. Could you please post a sample pubspec.yaml to use the default angular transformer ? For some reason, for us, cache is not getting generated..Thanks in advance.

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

3 participants