Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FeatureRequest: use project schematics #8

Open
ScarletFlash opened this issue Aug 31, 2020 · 1 comment
Open

FeatureRequest: use project schematics #8

ScarletFlash opened this issue Aug 31, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ScarletFlash
Copy link

ScarletFlash commented Aug 31, 2020

Currently ARRR generates:

  • .component.html
  • .component.css
  • .component.spec.ts
  • .component.ts

All files are generated with default preferences. But if Angular schematics is custom, generated files should be different.
My request is to use schematics, defined in angular.json.
For example, we use these options for components:

          ...
          "changeDetection": "OnPush",
          "export": false,
          "flat": false,
          "inlineStyle": false,
          "inlineTemplate": false,
          "skipImport": false,
          "skipTests": true,
          "style": "scss",
          "viewEncapsulation": "Emulated",
          "displayBlock": true
          ...
@obenjiro obenjiro added the enhancement New feature or request label Aug 31, 2020
@obenjiro
Copy link
Owner

Ok got it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants