From dc363bafcc7802fd2a128787b28a4a081e7307be Mon Sep 17 00:00:00 2001 From: Harpush Date: Mon, 2 Jun 2025 11:48:31 +0300 Subject: [PATCH] fix: update stackblitz links --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- src/app/home/home.component.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9fb3fe46..1cd24da6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,4 +12,4 @@ Please specify library version. **To Reproduce** Create a Stackblitz demoing the bug/issue: -https://stackblitz.com/ + diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index d67c9d1b..90f26daa 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -88,7 +88,7 @@ import { Component, VERSION } from '@angular/core'
Bug report:

If you find a bug, open an issue with a - StackBlitz demo showing it. + StackBlitz demo showing it.

Credits:

@@ -98,7 +98,6 @@ import { Component, VERSION } from '@angular/core' `, - }) export class HomeComponent { version = VERSION.full