Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
''
);
const changes = [effectsModuleImport, dateEntityNgModuleImport];
if (options.entityConfig) {
const entityConfigImport = insertImport(
source,
modulePath,
'entityConfig',
'./entity-metadata'
);
changes.push(entityConfigImport);
}
commitChanges(host, source.fileName, changes);
return host;
};
}