BootstrapDash / StarAdmin-Free-Angular-Admin-Template

Star Admin Angular Admin is a free admin template based on Bootstrap 4 and Angular
MIT License
136 stars 132 forks source link

Form rxjs/observable #9

Open milan1750 opened 4 years ago

milan1750 commented 4 years ago

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

bootstrapdash-team commented 4 years ago

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

milan1750 commented 4 years ago

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)