BootstrapDash/StarAdmin-Free-Angular-Admin-Template

Form rxjs/observable

milan1750 opened this issue · 2 comments

Can you fix the case error at
import { Observable } from rxjs/Observable;

@milan1750 Could you please tell us if this issue appeared on running this template as it is, or on doing nay updates?

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)