mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-09 01:44:20 +01:00
13 lines
200 B
TypeScript
13 lines
200 B
TypeScript
export const fruits: string[] = [
|
|
'Lemons',
|
|
'Raspberries',
|
|
'Strawberries',
|
|
'Blackberries',
|
|
'Kiwis',
|
|
'Grapefruit',
|
|
'Avocado',
|
|
'Watermelon',
|
|
'Cantaloupe',
|
|
'Oranges',
|
|
'Peaches',
|
|
];
|