-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Angularfire2 initialization error ... #1691
Comments
Hi @macliems, not sure this question for ngx-admin, rather for angular fire repository. For instance this issue could be a help angular/angularfire#728. |
Hi nnixaa, Well, I'm working on an other angular project, using angularfire2, and there the initialization with
in app.module works just fine. Both projects use angular 6. Therefore, there must be something specific to ngx-admin that causes the compile error, wouldn't you agree? |
@macliems yes, that could be, though ngx-admin setup is pretty simple. Could you share a reproducible example on stackblitz so that we can check? |
Hi nnixaa, You were right after all: it is an angularfire2 issue with ng6: (angular/angularfire#1635) |
Closing this one then. Hope they resolve it soon! |
When trying to initialize angularfire2 in NgModule with:
AngularFireModule.initializeApp(...)
build:prod fails with error:
Function calls are not supported in decorators but 'AngularFireModule' was called ...
How to solve this problem?
The text was updated successfully, but these errors were encountered: