@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
29 lines • 1.47 kB
TypeScript
import { Router } from '@angular/router';
import { AlertService, HeaderService } from '@c8y/ngx-components';
import { BsModalService } from 'ngx-bootstrap/modal';
import { Observable } from 'rxjs';
import { Bookmark } from './bookmark.model';
import { BookmarkService } from './bookmarks.service';
import * as i0 from "@angular/core";
export declare class BookmarksComponent {
private document;
private bookmarksService;
private alertService;
private bookmarkService;
private bsModalService;
private router;
private headerService;
drawerOpen$: Observable<boolean>;
bookmarks: Bookmark[];
emptyMessageHeader: "No bookmarks yet";
emptyMessageBody: "Navigate to the desired page and click the \"Add current page\" button. Editing, deleting and reordering are possible by clicking on the cog wheel.";
addButtonText: "Add current page";
constructor(document: Document, bookmarksService: BookmarkService, alertService: AlertService, bookmarkService: BookmarkService, bsModalService: BsModalService, router: Router, headerService: HeaderService);
ngOnInit(): Promise<void>;
addBookmark(): Promise<void>;
editBookmarks(): Promise<void>;
openUrl(url: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<BookmarksComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BookmarksComponent, "c8y-bookmarks", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=bookmarks.component.d.ts.map