angular.js - ng2的routeConfig中的loader怎么动态加载模块
漂亮男人
漂亮男人 2017-05-15 17:01:06
0
1
458

angular1中可以根据routeparam加载相应的controller和template, ng2的routeconfig中有个loader方法, 文档提到promise, 不知道怎么取到routeparam来动态加载component?

漂亮男人
漂亮男人

reply all (1)
滿天的星座

Modification:
http://stackoverflow.com/questions/34842536/implementing-dynamic-routing-in-angular2-typescript

The code below is asynchronous loading, not dynamic loading.

{ path: '/reviewTask', loader: () => require('./review/review')('ReviewTask'), name: 'ReviewTask'},
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!