Angular
Índice
NG Client
Criando projeto
ng new [project name]
Componentes
Novo componente
ng g c [/modules/brapci/headers/head]
Bootstrap Angular
ng add @ng-bootstrap/ng-bootstrap
Variáveis
public title:string = "Brapci"
Rodando servidor
ng s
ng new [project name]
ng g c [/modules/brapci/headers/head]
ng add @ng-bootstrap/ng-bootstrap
public title:string = "Brapci"
ng s