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 9c64e98 commit 75ed92fCopy full SHA for 75ed92f
src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx
@@ -758,8 +758,8 @@ async function createTodo() {
758
759
<InlineFilter filters={["angular"]}>
760
```ts title="todo-list.component.ts"
761
-import { Component, OnInit } from '@angular/core';
762
import type { Schema } from '../amplify/data/resource';
+import { Component, OnInit } from '@angular/core';
763
import { generateClient } from 'aws-amplify/data';
764
765
const client = generateClient<Schema>();
0 commit comments