Skip to content

Instantly share code, notes, and snippets.

@kapunahelewong
Created October 19, 2020 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapunahelewong/843c95c5cf5095d2a30ee074cf844c97 to your computer and use it in GitHub Desktop.
Save kapunahelewong/843c95c5cf5095d2a30ee074cf844c97 to your computer and use it in GitHub Desktop.
How to create examples for aio

example-config.json as a marker, which can be an empty file stackblitz.json which can look like: { "description": "...", "files": [ "!/*.d.ts", "!/.js", "!**/.[1,2].*" ], "file": "src/app/app.component.ts", "tags": ["..."] } Then some basic application files: src/main.ts src/app/… src/index.html e2e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment