Change Asset Icon API example to only show HTML

This commit is contained in:
softsimon
2021-12-23 15:35:17 +04:00
parent e332789afc
commit 533653e54a
3 changed files with 7 additions and 16 deletions

View File

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