Skip to content
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

Feedback for “Get Started” > "Installation without Angular Schematics" #2256

Open
tomshanan opened this issue May 21, 2024 · 1 comment
Labels
good first issue Issues that are suitable for first-time contributors. help wanted kind/docs Improvements or additions to documentation

Comments

@tomshanan
Copy link

The section on "Installation without Angular Schematics" is full of errors and mistakes, and not enough explanation on how to configure it,
This section specifically returns a type error, as httpLink.create is not a function.

{
      provide: APOLLO_OPTIONS,
      useFactory(httpLink: HttpLink) {
        return {
          cache: new InMemoryCache(),
          link: httpLink.create({
            uri: 'https://48p1r2roz4.sse.codesandbox.io',
          }),
        };
      },
      deps: [HttpLink],
    },

Screenshot 2024-05-21 153249

the lines following do not explain how to configure it correctly, and the sentences are incomplete.
This needs refining and updating

@PowerKiKi PowerKiKi added help wanted good first issue Issues that are suitable for first-time contributors. kind/docs Improvements or additions to documentation labels May 22, 2024
@PowerKiKi
Copy link
Collaborator

Feel free to create a PR do update documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that are suitable for first-time contributors. help wanted kind/docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants