update angular starter to v17#21
Merged
sulco merged 1 commit intostackblitz:mainfrom Nov 9, 2023
Merged
Conversation
Contributor
|
Hi @JeanMeche, I would wait for the Angular 17 release. We currently have only one Angular starter template, so we want that to use a stable release. We can maybe treat this PR as a draft, update it for the Angular 17 stable release, and merge it then? What do you think @sulco? |
Contributor
Author
|
Just for the information, the next release is expected for the 2nd week of november. |
elgreco247
reviewed
Oct 3, 2023
1ade287 to
30249c3
Compare
Contributor
Author
|
Hi now that v17 has been released, I've updated the starter with the latest stable version ! |
twerske
approved these changes
Nov 9, 2023
* renaming `my-app` to `app-root` to match what the CLI creates * replacing `zone.js/dist/zone` because of the 0.14.0 breaking changes * setup the application builder * link to ADEV instead of AIO
edbzn
reviewed
Nov 10, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows to enable the new @-synthax* renaming
my-apptoapp-rootto match what the CLI createszone.js/dist/zonebecause of the 0.14.0 breaking changes