Find Angular Oauth2 Oidc Examples and Templates
Use this online angular-oauth2-oidc playground to view and fork angular-oauth2-oidc example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!
Master-Detail View - DevExtreme Data Grid (forked)The Master-Detail View allows users to expand a row ('master') and display the related content ('details') in the expanded section. To configure this feature, set the the masterDetail object's enabled property to true and use a template to specify detail section content. In this demo, the detail section displays another DataGrid.
Simple Array - DevExtreme Scheduler (forked)You can use the Scheduler component to display and edit appointments from a local array. Use the dataSource property to bind the Scheduler to the array.
The Scheduler automatically displays appointments if source object field names match the names listed in the dxSchedulerAppointment help section. In this demo, the following fields illustrate this point: text, startDate, endDate, and allDay. If field names in your data source differ, specify them in ...Expr properties (textExpr, startDateExpr, endDateExpr, allDayExpr, and so on).
For more information about binding to an array, refer to the following help topic: Local Array.