Add fullName pipe and change example (#3946)

This commit is contained in:
Maurizio Vitale
2018-11-07 19:26:13 +00:00
committed by Eugenio Romano
parent c885f6d303
commit 0ee592607a
9 changed files with 96 additions and 4 deletions

View File

@@ -21,5 +21,6 @@ export * from './node-name-tooltip.pipe';
export * from './text-highlight.pipe';
export * from './time-ago.pipe';
export * from './user-initial.pipe';
export * from './full-name.pipe';
export * from './pipe.module';