Code Monkey home page Code Monkey logo

Comments (3)

BryanWilhite avatar BryanWilhite commented on July 23, 2024
ng generate component --help

usage: ng generate component <name> [options]
options:
  --change-detection (-c)
    Specifies the change detection strategy.
  --dryRun (-d)
    Run through without making any changes.
  --entry-component
    Specifies if the component is an entry component of declaring module.
  --export
    Specifies if declaring module exports the component.
  --flat
    Flag to indicate if a dir is created.
  --force (-f)
    Forces overwriting of files.
  --inline-style (-s)
    Specifies if the style will be in the ts file.
  --inline-template (-t)
    Specifies if the template will be in the ts file.
  --module (-m)
    Allows specification of the declaring module.
  --prefix (-p)
    The prefix to apply to generated selectors.
  --project
    The name of the project.
  --selector
    The selector to use for the component.
  --skip-import
    Flag to skip the module import.
  --spec
    Specifies if a spec file is generated.
  --styleext
    The file extension to be used for style files.
  --view-encapsulation (-v)
    Specifies the view encapsulation strategy.

from the my-nx-workspace folder, these seem to be the commands:

ng generate component components/Index --flat=false --module=app --project=fire-base-animation --spec=false --styleext=scss --dry-run
ng generate component components/MultiState --flat=false --module=app --project=fire-base-animation --spec=false --styleext=scss --dry-run
ng generate component components/PopOver --flat=false --module=app --project=fire-base-animation --spec=false --styleext=scss --dry-run

from unicorn-whale.

BryanWilhite avatar BryanWilhite commented on July 23, 2024

last ones from the AngularFirebase folks:

ng generate component components/keyframes --flat=false --module=app --project=fire-base-animation --spec=false --styleext=scss --dry-run
ng generate component components/callbacks --flat=false --module=app --project=fire-base-animation --spec=false --styleext=scss --dry-run
ng generate component components/lists --flat=false --module=app --project=fire-base-animation --spec=false --styleext=scss --dry-run

from unicorn-whale.

BryanWilhite avatar BryanWilhite commented on July 23, 2024

okay:

image

from unicorn-whale.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.