UNPKG

1.01 kBSource Map (JSON)View Raw
1{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../../modules/schematics/src/store/schema.ts"],"names":[],"mappings":"","sourcesContent":["export interface Schema {\n /**\n * The name of the component.\n */\n\n name: string;\n /**\n * The path to create the effect.\n */\n\n path?: string;\n /**\n * The name of the project.\n */\n project?: string;\n /**\n * Flag to indicate if a dir is created.\n */\n flat?: boolean;\n /**\n * When true, does not create test files.\n */\n skipTests?: boolean;\n /**\n * Allows specification of the declaring module.\n */\n module?: string;\n /**\n * Specifies the dir for the state folder\n */\n\n statePath?: string;\n /**\n * Specifies whether this is the root state or feature state\n */\n\n root?: boolean;\n /**\n * Specifies the interface for the state\n */\n stateInterface?: string;\n /**\n * Setup state management without registering initial reducers.\n */\n minimal?: boolean;\n}\n"]}
\No newline at end of file