[ADD] router: initial implementation

This commit is contained in:
Géry Debongnie
2019-07-16 16:33:20 +02:00
parent e5b1ba24d8
commit ca920a0091
8 changed files with 537 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ import "./props_validation";
*/
export interface Env {
qweb: QWeb;
[key: string]: any;
}
/**