我将使用j查询进行动画加载,但它在index.html上的角度2上不起作用..
jQuery(document).ready(function($)
{
$(window).load(function()
{
$('#loader').delay(1000).fadeOut('slow', function () { $(this).remove(); });
});