We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you fix the case error at import { Observable } from rxjs/Observable;
The text was updated successfully, but these errors were encountered:
@milan1750 Could you please tell us if this issue appeared on running this template as it is, or on doing nay updates?
Sorry, something went wrong.
running as it is. when i serve it with ng serve
it says rxjs/observable not found on form.component.ts
it worked as i changed the observable to Observable (its a case error Lowercase to Uppercase)
No branches or pull requests
Can you fix the case error at
import { Observable } from rxjs/Observable;
The text was updated successfully, but these errors were encountered: