-
Notifications
You must be signed in to change notification settings - Fork 96
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
Angular v15 support #158
Angular v15 support #158
Comments
Thank you for pointing this out. There are no breaking changes. I will quickly create a new release today. |
Thanks for the quick response! I've just attempted to update to 1.0.4 and I've noticed that it still produces a peer dependencies error:
Looking at the commit that added Angular v15 support shows that the version range for EDIT: I've since opened a PR (#159) that should fix this regression |
🙏 here is the new relase: https://github.com/angular-schule/angular-cli-ghpages/releases/tag/v1.0.5 |
I created a new repository in github It shows this message : 🌟 Successfully published via angular-cli-ghpages! Have a nice day! |
@mammadkoma In your case, the deployment worked fine, so your problem doesn't seem to be related to the library. |
The tool is working as expected. This is not a support channel for individual projects. |
This is not individual project , it is created only by ng new angular15 command like your npm documents. Please create a new angular 15 project and deploy to your github. If it works show us the steps. Thank you |
@mammadkoma I've taken a look at your GitHub repository and have discovered a potential cause of the issue: your repository is named as "Angular15" (notice the capitalisation), but you've configured your Attempting to visit https://mammadkoma.github.io/Angular15/ does yield the HTML as expected, but the site breaks with 404 errors due to the issue mentioned above: Hope this helps! |
Angular v15 was recently released. Are there plans to add Angular v15 support?
The text was updated successfully, but these errors were encountered: