Dynamic modules ஆனவை import செய்யும்போது configure செய்யக்கூடிய modules — ஒரு static @Module({...})-க்கு பதிலாக, அவை static methods-ஐ (வழக்கமாக forRoot மற்றும் ) வெளிப்படுத்துகின்றன, இவை நீங்கள் அனுப்பும் arguments உடன் configure செய்யப்பட்ட module-ஐத் திருப்பித் தருகின்றன. configurable, reusable modules (config, database, JWT) options-ஐ ஏற்பது இப்படித்தான்.
