Skip to content

fix: update readme with installation notes for Angular 19 #223

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

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Nov 19, 2024

No description provided.

@pieh pieh requested a review from a team as a code owner November 19, 2024 15:38
Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for plugin-angular-universal-demo ready!

Name Link
🔨 Latest commit ccfe264
🔍 Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/673cbdbb8a2d2f00088bd2af
😎 Deploy Preview https://deploy-preview-223--plugin-angular-universal-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Nov 19, 2024
Comment on lines -35 to -40
Create a `netlify.toml` in the root of your project. Your file should include the plugins section below:
### For Angular 19

```toml
[[plugins]]
package = "@netlify/angular-runtime"
```
Copy link
Contributor Author

@pieh pieh Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer needed with autoinstallation in CLI

@pieh pieh force-pushed the fix/update-readme-installation-configuration branch from 2f00248 to fd97f0b Compare November 19, 2024 15:43
Comment on lines +123 to +129
// Example API endpoints can be defined here.
// Uncomment and define endpoints as necessary.
// const pathname = new URL(request.url).pathname;
// if (pathname = '/api/hello') {
// return Response.json({ message: 'Hello from the API' });
// }

Copy link
Contributor Author

@pieh pieh Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taking a page from what Angular scaffolds with commented out example ( https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/ssr/files/application-builder/server.ts.template#L17-L27 )

overall unrelated to rest of changes and can drop it from here

@pieh pieh force-pushed the fix/update-readme-installation-configuration branch from b086bb6 to 4a1e5ca Compare November 19, 2024 16:13
@pieh pieh merged commit 967bb66 into main Nov 19, 2024
11 checks passed
@pieh pieh deleted the fix/update-readme-installation-configuration branch November 19, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants