From c5e50a4bf46bffcd48aae1a338a615cfced53f6d Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 28 Nov 2023 16:57:52 +0300 Subject: [PATCH] Fixed spacing --- src/app/showcase/layout/doc/app.docsectiontext.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/showcase/layout/doc/app.docsectiontext.component.ts b/src/app/showcase/layout/doc/app.docsectiontext.component.ts index 403f56f21df..a0ae0423e0f 100644 --- a/src/app/showcase/layout/doc/app.docsectiontext.component.ts +++ b/src/app/showcase/layout/doc/app.docsectiontext.component.ts @@ -1,5 +1,5 @@ -import { ChangeDetectorRef, Component, ElementRef, Input } from '@angular/core'; import { Location } from '@angular/common'; +import { ChangeDetectorRef, Component, ElementRef, Input } from '@angular/core'; import { Router } from '@angular/router'; @Component({ @@ -12,7 +12,7 @@ import { Router } from '@angular/router';

{{ description || null }}

-

+

{{ title }} #