-
Notifications
You must be signed in to change notification settings - Fork 0
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
Recommendations #1
Comments
Hey! Definitely good calls. I used angular-cli to bootstrap it; I'm surprised it didn't use the most recent versions. An update shouldn't break the app as it stands, correct? I'm just barely scratching the surface of Angular and Typescript here. The plan is to finish the tutorial app then make something simple of my own using all the current packages and paradigms, as best as I can tell. Re: VS Code... I'll use it after you pry Vim from my cold dead hands. :) |
I was able to upgrade angular to 5.1, but it angular-cli was complaining when I tried upgrading typescript to 2.6, saying:
Seems like I'm not the only one: angular/angular-cli#8185 Though upgrading doesn't seem to break anything, I'll leave it at 2.4 for now. |
Thats just a warning, shouldnt affect anything :) 2.6 is nice just cuz they introduced new strict function checking https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-6.html |
Oh that's super cool! As I get more into functional programming, I could see that being incredibly handy. |
Hello :D
I recommend: updating to angular 5.1, upgrading typescript to 2.6, and turning on strict: true in the tsconfig.json :)
Also for VS code make sure you install this plugin: https://marketplace.visualstudio.com/items?itemName=Angular.ng-template
The text was updated successfully, but these errors were encountered: