mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 00:40:12 +01:00
feat(demo): added backend integration descriptions (#5768)
This commit is contained in:
parent
8813e47354
commit
067f179ed6
23 changed files with 519 additions and 10 deletions
|
|
@ -0,0 +1,8 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-backend-integration-diagram',
|
||||
templateUrl: './backend-integration-diagram.component.html',
|
||||
styleUrls: ['./backend-integration-diagram.component.scss'],
|
||||
})
|
||||
export class BackendIntegrationDiagramComponent {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue