Skip to content

sergiecode/angular-18-test

Repository files navigation

Angular v18

  • ng new landingPageAngular18
  • npm install
  • npm start
  • ng add @angular/material

  • index.html podemos modificar título y favicon
  • router-oulet autoconclusivo

  • borramos todo el html
  • borrar .spec de testing para no tener archivos no utilizados

  • ng g c pages/home
  • ng g c pages/products
  • ng g c pages/product-detail
  • ng g c pages/contact

  • ng g s services/api

  • setear las rutas
  • npm i bootstrap@5.3.3
  • "node_modules/bootstrap/dist/css/bootstrap.min.css"
  • "node_modules/bootstrap/dist/js/bootstrap.min.js"

NAVBAR + DARK https://getbootstrap.com/docs/5.3/components/navbar/#how-it-works



  • modificar html título y rutas

  • imagenes van en carpeta public/assets

About

Prueba básica landing page Angular v18 para probar novedades

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors