question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to Angular 5

See original GitHub issue

I’m upgrading the project to Angular 5 but I encountered some unexpected problems.

Branch: https://github.com/DavideViolante/Angular-Full-Stack/compare/upgradev5?expand=1

Error on building: [1] ERROR in client/app/services/auth.service.ts(26,53): error TS2339: Property 'map' does not exist on type 'Observable<any>'.

Any help?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
pedroraftcommented, Nov 24, 2017

#130 just turned into a biggy, had to create models in angular, i think is for the best anyway, it was a missing thing; i recommend testing everything, all components went through changes.

0reactions
DavideViolantecommented, Nov 24, 2017

You can include the fix in the #130, thanks 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

5.2 - Angular Update Guide
Guide to update your Angular application v5.2 -> v10.0 for basic applications ... Remove deprecated RxJS 5 features using rxjs-tslint auto update rules...
Read more >
Want to upgrade project from Angular v5 to Angular v6
Upgrade from Angular v5 to Angular 6.0.0-rc.5 · Upgrade rxjs to 6.0. · Update NodeJS version to 8.9+ (this is required by angular...
Read more >
Step By Step Guide to Upgrade Angular 5 to 6 - NgDevelop
Step by Step Guide to Upgrade Angular 5 to 6 · 1. Update Angular CLI · 2. Update Configuration Files · 3. Update...
Read more >
How to upgrade your Angular 4 App to Angular 5.0
npm uninstall -g angular-cli npm cache clean npm install -g @angular/cli@latest The first command will uninstall Angular CLI globally, while ...
Read more >
How to Upgrade Angular 4 to Angular 5 Apps - Data Analytics
Upgrade /Update Preparation from Angular 4 to Angular 5 Apps. Update Package.json file for Dependencies/DevDependencies · Run Upgrade/Update: Run ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found