Form rxjs/observable
milan1750 opened this issue · 2 comments
milan1750 commented
Can you fix the case error at
import { Observable } from rxjs/Observable;
bootstrapdash-team commented
@milan1750 Could you please tell us if this issue appeared on running this template as it is, or on doing nay updates?
milan1750 commented
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)