Refactored to use URLs at all times

This commit is contained in:
squidfunk
2020-02-22 15:56:08 +01:00
parent eb82c8d586
commit c79b786ea6
9 changed files with 25 additions and 29 deletions

View File

@@ -58,7 +58,7 @@ interface MountOptions {
*/
export function mountHeaderTitle(
{ header$, viewport$ }: MountOptions
): OperatorFunction<HTMLElement, any> {
): OperatorFunction<HTMLElement, boolean> {
return pipe(
switchMap(el => useComponent("main")
.pipe(