Search Results: "Write with OpenID" "Write post with name/password" slot

MongoDB Service

Guides

}); export default function App() { return ( <Sankey dataSource={store}> {/* ... */} </Sankey> ); } See this series of blog posts for more information

OData Service

Guides

. You can use OAuth2, JWT or custom authentication strategies alongside tools like Postman or Swagger (OpenAPI) for API testing. The built-in Web API Service also filters out secured server data based

Web API Service

Guides

, JWT or custom authentication strategies alongside tools like Postman or Swagger (OpenAPI) for API testing. The built-in Web API Service also filters out secured server data based on permissions

MongoDB Service

Guides

( <TagBox ... dataSource={dataSource} /> ); } } export default App; See this series of blog posts for more information on using DevExtreme UI components

Read-Only Data in JSON Format

Guides

://jsonplaceholder.typicode.com/posts" }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-data-grid [dataSource]="jsonUrl"> </dx-data-grid> import { Component...://jsonplaceholder.typicode.com/posts' } import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; import