C
C
Coder3212017-01-28 23:46:32
Angular
Coder321, 2017-01-28 23:46:32

Is it possible to load modules dynamically?

Let's say I have an admin panel written in Angular 2. The user has basic functionality to expand it, you need to control it. But that's not the point. It is planned that each new functionality is a separate module with its own routing and components. Is it possible to organize somehow so that these can be pumped separately. Is it really possible to implement this on Angular 2?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey, 2017-01-29
@f-end

There is a functionality for lazy module loading when routing:
https://angular.io/docs/ts/latest/guide/ngmodule.h...
(The link is broken, here is the correct one: angular.io/docs/ts/latest/guide/ngmodule .html#!/#lazy-load )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question