docs(nx): fix typo on tutorial
Tutorial is abort because there is no export in Todo interface, fix it
This commit is contained in:
parent
bd2cb49bfd
commit
ed1d69fdd4
@ -36,7 +36,7 @@ myorg/
|
|||||||
**Copy the interface into the library's index file.**
|
**Copy the interface into the library's index file.**
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
interface Todo {
|
export interface Todo {
|
||||||
title: string;
|
title: string;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user