Change Asset Icon API example to only show HTML
This commit is contained in:
@@ -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() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user