gpt4 book ai didi

angular - Angular2 中 $templateCache 的替代品

转载 作者:太空狗 更新时间:2023-10-29 17:01:21 25 4
gpt4 key购买 nike

当我们想到在 Angular2 或 Angular1.X 中使用 template 时,我们知道下面是一种基本的写法:

模板:'./template-ninja.html'

在 Angular1.X 中,我们之前可以使用 $templateCache.put() 缓存所有模板,如下所示:

var myApp = angular.module('Ninja', []);
myApp.run(function($templateCache) {
$templateCache.put('templateNinja.html', 'This is the content of the template-ninja');
});

这将减少 http 请求的数量。我想知道如何使用 Angular2 实现相同的功能。有人能帮忙吗?谢谢。

最佳答案

gulp-inline-ng2-模板

目前最好的方案是gulp-inline-ng2-template。

这需要一个具有 templateUrl 属性的组件,加上一个 html 文件,并将其转换为一个具有内联模板的组件。

https://github.com/ludohenin/gulp-inline-ng2-template

关于angular - Angular2 中 $templateCache 的替代品,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34418914/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com