diff --git a/apps/showcase/doc/datepicker/datetemplatedoc.ts b/apps/showcase/doc/datepicker/datetemplatedoc.ts index fab661a75c1..199e3551f19 100644 --- a/apps/showcase/doc/datepicker/datetemplatedoc.ts +++ b/apps/showcase/doc/datepicker/datetemplatedoc.ts @@ -10,7 +10,7 @@ import { Component } from '@angular/core';
- + {{ date.day }} {{ date.day }} @@ -24,7 +24,7 @@ export class DateTemplateDoc { code: Code = { basic: ` - + {{ date.day }} {{ date.day }} @@ -32,7 +32,7 @@ export class DateTemplateDoc { html: `
- + {{ date.day }} {{ date.day }} diff --git a/apps/showcase/doc/datepicker/icondoc.ts b/apps/showcase/doc/datepicker/icondoc.ts index 08a90dbe945..e6bb007bd82 100644 --- a/apps/showcase/doc/datepicker/icondoc.ts +++ b/apps/showcase/doc/datepicker/icondoc.ts @@ -22,7 +22,7 @@ import { Component } from '@angular/core';
- + @@ -44,7 +44,7 @@ export class IconDoc { - + `, @@ -63,7 +63,7 @@ export class IconDoc {
- +