From a5a63b75db38483e65860391db4b063dba675b10 Mon Sep 17 00:00:00 2001 From: Roberto Simonetti Date: Sat, 13 May 2023 22:03:18 +0200 Subject: [PATCH] Add stackblitz --- .stackblitzrc | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .stackblitzrc diff --git a/.stackblitzrc b/.stackblitzrc new file mode 100644 index 0000000..87e2c9b --- /dev/null +++ b/.stackblitzrc @@ -0,0 +1 @@ +{"installDependencies":true,"startCommand":"turbo build && turbo start","env":{"ENABLE_CJS_IMPORTS":true}} \ No newline at end of file diff --git a/README.md b/README.md index fd3b177..3a031ab 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ npm install angular-l10n --save ## Usage - Sample [standalone app](projects/angular-l10n-app) - Sample [SSR app](projects/angular-l10n-ssr) +- Live example on [StackBlitz](https://stackblitz.com/edit/angular-l10n) ### Configuration Create the configuration: