-
Notifications
You must be signed in to change notification settings - Fork 13
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
covalent not working #30
Comments
And a transpiled snippet please, it must be something simple |
just bundle.. the error comes also without the use of some component. |
the covalent bundles contains 'import'-statements, which are only allowed in source-head... thats the problem... |
ok you either find an offending line and paste here, or wait until i get there ;-) |
ok.. here (line 118365 in my bundle):
or search for 'import { TdLoadingComponent' |
this is the complete module-code from covalent for the loading-module:
all covalent modules contains import-statements.. |
Ok here |
Look up for |
ok, working now... |
hi,
the next problem:
i use covalent in my solution, and now the following error raises:
brach 'feature/covalent' in my fork shows this:
https://github.com/Tenvan/angular2-example/tree/feature/covalent
The text was updated successfully, but these errors were encountered: