Câu hỏi phỏng vấn Angular
Câu hỏi

When does a lazy loa...

Câu trả lời

In Angular, a lazy-loaded module is loaded on-demand when a user navigates to a route that is associated with that module. This means that the module and its components are not loaded during the initial loading of the application but are instead loaded dynamically at runtime when the user accesses a specific route linked to the module[1][2][3][4][5][8].

Citations:
[1] https://stackoverflow.com/questions/55061793/does-angular-lazy-loading-compile-everything-or-when-it-is-loaded
[2] https://www.bairesdev.com/blog/angula...

senior

senior

Gợi ý câu hỏi phỏng vấn

expert

Is there no equivalent to $scope.emit() or $scope.broadcast() in Angular?

middle

What's new in Angular 6 and why shall we upgrade to it?

expert

Why Incremental DOM is Tree Shakable?

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào