import { OnInit, ChangeDetectorRef, ElementRef, AfterViewInit } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { ACLService } from '@delon/acl'; export declare class TiktokAnalyzeComponent implements OnInit, AfterViewInit { private router; private cdr; private el; private aclService; private route; static NAME: string; tiktokName: string; channelId: number; tiktokNum: string; private router$; menus: any[]; mode: string; title: string; constructor(router: Router, cdr: ChangeDetectorRef, el: ElementRef, aclService: ACLService, route: ActivatedRoute); ngAfterViewInit(): void; private setActive; to(item: any): void; ngOnInit(): void; /** 返回 */ goBack(): void; }