creare component in anglar
ng generate component [component-name]
creare component in anglar
ng generate component [component-name]
angular cli interface generate
ng generate interface <name> <type> [options]
ng g interface <name> <type> [options]
# <name> The name of the interface.
# <type> Adds a developer-defined type to the filename, in the format "name.type.ts".
# [options]
# --lintFix=true|false When true, applies lint fixes after generating the interface (Default: false)
# --prefix=prefix A prefix to apply to generated selectors
# --project=project The name of the project.
# e.g.
# ng generate interface Itest sometype generates file name itest.sometype.ts
auto generate component angular
ng g component [directory-where-you-want-to-save-the-component]/[new-component-name]
ng generate component [directory-where-you-want-to-save-the-component]/[new-component-name]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us