Hard
If you want to lazy loading modules, what syntax will you use?
Edit
-1
Community Evaluations
Incorrect answer
Victor SILVESTRE12/08/2024
Seule la première réponse est correcte , la seconde même s'il elle importe le module est fausse :
Cela charge le module, mais ne spécifie pas comment extraire le module à partir de l'importation. Cela ne fonctionnera pas car Angular ne saura pas quel module utiliser pour le lazy loading.
Similar QuestionsMore questions about Angular
24
Create a form with two mandatory fields in Angular14
Which of these methods, allowing to create Providers, does not exist in Angular?12
Which provider is recommended for DOM manipulation in Angular?8
Write a pipe to format a date according to a certain pattern.5
Unsubscribe from an Observable in Angular