> For the complete documentation index, see [llms.txt](https://nggirls-australia.gitbook.io/tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nggirls-australia.gitbook.io/tutorial/workshop-todo-list/interface/stackblitz.md).

# a. StackBlitz instructions

We'll use the Angular Generator to create other Angular files such as interfaces and services.

Right click on the `app` folder and select **New Folder** and name the folder `interfaces`.

Now we can use the Angular Generator. Right click on `interfaces` and select **Angular Generator**, then select **Interface**.

Type `todo-item` in the text box to create the interface.

Only component files have HTML templates so we don't need to shuffle any code around.

Return to the previous page to [continue the tutorial](https://nggirls-australia.gitbook.io/tutorial/workshop-todo-list/interface#working-with-interface).
