Hard
If you want to lazy loading modules, what syntax will you use?
Edit
0
Community Evaluations
Incorrect answer
Auteur anonyme12/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.
16
Which provider is recommended for DOM manipulation in Angular?7
How to make a child component communicate with its parent component in Angular?8
Write a pipe to format a date according to a certain pattern.14
Which of these methods, allowing to create Providers, does not exist in Angular?6
Unsubscribe from an Observable in Angular5
Get a path parameter from the current url in Angular29
Create a form with two mandatory fields in Angular