-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
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
Sample code is already obsolete!! #2
Comments
I agree a new release of these exercises is needed for Angular 6. After several attempts this worked for me on Exercise 3, 4 & 5. Upgrade steps
========================= --to prevent rxjs errors ng update @angular/cli --now creates a angular.json file and updates other .json files --with the angular.json file ng serve now works ===================== Angular CLI: 6.2.3 Package Version@angular-devkit/architect 0.8.3 |
perhaps try running |
I am an experienced .Net developer and was taking a Udemy course in AngularJS when I realized that it was obsolete. So I got this book to re-start with the latest Angular. But now I find that this book's code, published only THREE months ago, is already obsolete. I can't even get 'ng serve' to work because my downloaded Angular/CLI version (6.2.1) requires an angular.json file rather than the deprecated .angular-cli.json file. When I Google the issue, I'm told to run the 'ng update @angular/cli --migrate-only --from=1.7.3' command to replace the old file (3 months old) with the new file. But it does not work!!
Mr. Sheshadri, you really need to update all your code and make it available on git. As it is this book is worthless to a novice Angular learner. When I download and install Node.js, typescript, and Angular/CLI as instructed, and then download your codebase from GIT, nothing works. Sorry, but the truth hurts.
The text was updated successfully, but these errors were encountered: