How to use the @nstudio/angular.adjustBarrelIndex function in @nstudio/angular

To help you get started, we’ve selected a few @nstudio/angular examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nstudio / xplat / packages / angular / src / schematics / component / index.ts View on Github external
(tree: Tree, context: SchematicContext) =>
      !options.onlyProject && options.createBase
        ? adjustBarrelIndex(
            'component',
            options,
            `libs/features/${componentSettings.featureName}/base/index.ts`,
            false,
            true
          )(tree, context)
        : noop()(tree, context),
    // add index barrel if needed

@nstudio/angular

Angular Plugin for xplat

MIT
Latest version published 7 months ago

Package Health Score

61 / 100
Full package analysis