Skip to content

Commit 71a84ca

Browse files
feat(core): update isGlobal to global (dynamic modules)
1 parent 56cd17a commit 71a84ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common/interfaces/modules/dynamic-module.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ export interface DynamicModule extends ModuleMetadata {
2323
*
2424
* Default: false
2525
*/
26-
isGlobal?: boolean;
26+
global?: boolean;
2727
}

0 commit comments

Comments
 (0)