mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
![]() |
export enum NgxExampleView {
|
||
|
LIVE = 'live',
|
||
|
INLINE = 'inline',
|
||
|
}
|