This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Description
Hello.
In last version of this universal-starter I see new file structure (new routing method?):
+home
+about
+todo
And that directories have their own routing.ts file.
In that situation, how to use "/:slug" routing? And how to change titles?
Because, code of standart angular2 app about 'set.Title' doesnt works correctly (It works, but then universal cache not work).
Can you prepare best practicals for actual time?