Replies: 1 comment 1 reply
-
In the samples |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use the modular sample as a template and run into a NullInjectorError until I added
provideAuth(() => getAuth())
to the imports array inside app.module.ts. That made me wonder how the provided samples are functional without it?Beta Was this translation helpful? Give feedback.
All reactions