We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752615c commit 9c64e98Copy full SHA for 9c64e98
src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx
@@ -444,8 +444,8 @@ Try playing around with the code completion of `.update(...)` and `.delete(...)`
444
445
<InlineFilter filters={["angular"]}>
446
```ts title="todo-list.component.ts"
447
-import { Component } from '@angular/core';
448
import type { Schema } from '../amplify/data/resource';
+import { Component } from '@angular/core';
449
import { generateClient } from 'aws-amplify/data';
450
451
const client = generateClient<Schema>();
0 commit comments