Wallas-Dev / project-marmitex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marmitex

Esse projeto foi criado em Angular CLI version 16.2.9.

Para rodar o projeto é necessario execultar "npm install" para as dependencias e "ng Server"

Comandos para usar:

Uso de variaveis no template (String Interpolation):

  • {{variavel}}

Transferir valores do input:

  • Ngmodel (Two Way DataDinding)
  • function($event) (Event Binding)
  • atributo na tag ex:(<input type="text" #atributte input/>)

Transferir variaveis entre componentes:

  • Pai para filho: @Input
  • Filho para pai: @Output

Condicionais do Angular (Property Binding):

  • ngIf
  • ngFor
  • ngElse
  • ngClick

Recursos para o form:

  • ngForm ex(#form="ngForm")
  • ngSubmmit ex((ngSubmit)="addFood(form)")

About


Languages

Language:TypeScript 53.0%Language:HTML 46.3%Language:CSS 0.7%