Angular can work with ui-router to define states in order to move in the application. E.g. when still be on the one page, you can have list view on the left hand side of the page while having detail view on the right side. Then whenever you change record from left list, the detail also change, but, you are still in the same page. Is it possible to that also in WebSharper, or are there any other options how to deal with the scenario?
Also, angular has concept of templates (and directives). This enables, among others, to wrap the native html code into template and use it as part of the directives in some other html pages. For instance, javascript libraries like select2 can be used. Is that possible also in WebSharper, e.g. use select2 library?