Add various ux improvements for mobile doc menu

This commit is contained in:
hunicus
2021-12-17 07:00:48 -05:00
parent 958bfe6d25
commit 086b14e816
7 changed files with 80 additions and 74 deletions

View File

@@ -8,6 +8,7 @@ import { Component, OnInit, Input } from '@angular/core';
export class ApiDocsNavComponent implements OnInit {
@Input() network: any;
@Input() collapseItem: any;
constructor() { }