UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

16 lines 372 B
export interface Header { /** * Controls whether the browser page title is updated. * When set to false, the page title will not be updated. * Defaults to true. */ pageTitleUpdate?: boolean; title?: any; nav?: { open: boolean; }; rightDrawer?: { open: boolean; }; } //# sourceMappingURL=header.model.d.ts.map