Initial Commit Svelte Sample
This commit is contained in:
12
src/fluent/ui-pages/svelte-hello-world.now.ts
Normal file
12
src/fluent/ui-pages/svelte-hello-world.now.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import '@servicenow/sdk/global'
|
||||
import { UiPage } from '@servicenow/sdk/core'
|
||||
import incidentPage from '../../client/index.html'
|
||||
|
||||
UiPage({
|
||||
$id: Now.ID['svelte-sample-ui-page'],
|
||||
endpoint: 'x_svelteuisample_sample.do',
|
||||
description: 'Svelte Sample UI Page',
|
||||
category: 'general',
|
||||
html: incidentPage,
|
||||
direct: true,
|
||||
})
|
||||
Reference in New Issue
Block a user