diff --git a/src/app/showcase/doc/table/statefuldoc.ts b/src/app/showcase/doc/table/statefuldoc.ts index 0758c16fd77..b900ea0b9ad 100644 --- a/src/app/showcase/doc/table/statefuldoc.ts +++ b/src/app/showcase/doc/table/statefuldoc.ts @@ -24,16 +24,16 @@ import { CustomerService } from '../../service/customerservice'; - + - + - + - + @@ -59,6 +59,28 @@ import { CustomerService } from '../../service/customerservice'; + + + + Name + {{ customer.name }} + + + Country + + {{ customer.country.name }} + + + Representative + + {{ customer.representative.name }} + + + Status + + + + No customers found. @@ -114,19 +136,19 @@ export class StatefulDoc { Status - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -156,8 +178,7 @@ export class StatefulDoc { `, - html: ` -
+ html: `
@@ -168,18 +189,18 @@ export class StatefulDoc { Status - - - - - - - - - - - - + + + + + + + + + + + +