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