Version 6 of Angular Now Available
blog.angular.io
Version 6 of Angular Now Available
1–10 of 86 posts
Re: Version 6 of Angular Now Available
#2The ng update command will make updating a lot easier, this has been bugging me with the fast release cycle Angular is using.
Re: Version 6 of Angular Now Available
#3(e.g. using fs.readFile() when running in Node, while using window.fetch() when running in a browser.)
It seems that Angular team made a decision to not have out-of-the-box support for projects using such packages even in the future [1].
[1] https://github.com/angular/angular-cli/issues/9827#issuecomm...
Re: Version 6 of Angular Now Available
#4Re: Version 6 of Angular Now Available
#5Re: Version 6 of Angular Now Available
#6Re: Version 6 of Angular Now Available
#7Re: Version 6 of Angular Now Available
#8I suppose we'll muddle along until things really break down, but this pace of change is not sustainable, particularly when so much of it just seems like churn for churn's sake.
Re: Version 6 of Angular Now Available
#9Re: Version 6 of Angular Now Available
#10Beware that new @angular/cli@6.0.0 doesn't support universal node packages that are using fs/net/stream depending on the environment (e.g. using fs.readFile() when running in Node, while using window.fetch() when running in a browser.) It seems that Angular team made a decision to not have out-of-the-box support for projects using such packages even in the future [1]. [1] https://github.com/angular/angular-cli/issues…