Hello, {{ title }}
+Congratulations! Your app is running. 🎉
+ +diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3000c36..01f6f650 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: matrix: project: - helia-101 + - helia-angular - helia-browser-verified-fetch - helia-cjs - helia-electron @@ -86,6 +87,7 @@ jobs: matrix: project: - helia-101 + - helia-angular - helia-cjs - helia-browser-verified-fetch - helia-electron diff --git a/examples/helia-angular/.gitignore b/examples/helia-angular/.gitignore new file mode 100644 index 00000000..cc7b1413 --- /dev/null +++ b/examples/helia-angular/.gitignore @@ -0,0 +1,42 @@ +# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. + +# Compiled output +/dist +/tmp +/out-tsc +/bazel-out + +# Node +/node_modules +npm-debug.log +yarn-error.log + +# IDEs and editors +.idea/ +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# Miscellaneous +/.angular/cache +.sass-cache/ +/connect.lock +/coverage +/libpeerconnection.log +testem.log +/typings + +# System files +.DS_Store +Thumbs.db diff --git a/examples/helia-angular/README.md b/examples/helia-angular/README.md new file mode 100644 index 00000000..f280c6d9 --- /dev/null +++ b/examples/helia-angular/README.md @@ -0,0 +1,135 @@ +
+ + + +
+ +
+
+
+ Explore the docs
+ ·
+ View Demo
+ ·
+ Report Bug
+ ·
+ Request Feature/Example
+
Congratulations! Your app is running. 🎉
+ +