ngx-admin/docs/app/blocks/enum.example-view.ts
Sergey Andrievskiy 2129689f98 feat: docs app
2020-08-28 19:29:11 +03:00

4 lines
69 B
TypeScript

export enum NgxExampleView {
LIVE = 'live',
INLINE = 'inline',
}