UNPKG

leaf-framework

Version:
6 lines 259 B
export function throwIfAlreadyLoaded(parentModule, moduleName) { if (parentModule) { throw new Error(moduleName + " has already been loaded. Import Core modules in the AppModule only."); } } //# sourceMappingURL=module-import.guard.js.map