我正在创建一个 SPA 网站。
基于 Visual Studio 中的 durandal 模板,我们有 main.js 文件,它定义了:
app.setRoot('viewmodels/shell', 'entrance');
我们有 2 个子页面是welcome.js 和 flickr.js 已被注入到 shell 页面。
我想将一个页面注入到子页面中,例如将welcome.js 注入到shell 中。
这意味着我希望有多个级别的子页面可以像这样的描述注入:
Level 1 : index.cshtml
Level 2 : shell.js/shell.html
Level 3 : welcome.js/welcome.html - flickr.js/flickr.html
Level 4 : child1.js/child1.html - child2.js/child2.html.......
Level n : ............