diff options
Diffstat (limited to 'client/src/app/empty.component.ts')
-rw-r--r-- | client/src/app/empty.component.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/app/empty.component.ts b/client/src/app/empty.component.ts new file mode 100644 index 000000000..5cde05a32 --- /dev/null +++ b/client/src/app/empty.component.ts | |||
@@ -0,0 +1,10 @@ | |||
1 | |||
2 | import { Component } from '@angular/core' | ||
3 | |||
4 | @Component({ | ||
5 | selector: 'my-empty', | ||
6 | template: '' | ||
7 | }) | ||
8 | export class EmptyComponent { | ||
9 | |||
10 | } | ||