Navigation in ts

How can I navigate through views in typescript?
Tnx.

I’ve found the answer in Router.go(yourPath);

vaadin-router is one way to do it.

I’ve used this approach:
https://github.com/vaadin-learning-center/lit-element-tutorial-pwa-and-offline/blob/master/src/index.js