angular npm angular material
npm i @angular/material
angular material
//To take advantage of Angular Material install it in the terminal
$ ng add @angular/material
//Choose the options that will be presented to you
como configurar los estilos para utilizar angular material
/* Crear un archivo de estilos styles.scss
Agregar el tema que se desea. */
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
html, body { /* Hacer los cambios de estilo deseados */
margin: 2px;
padding: 1px;
}
body{
background-color: #f3f3f3;
font-family: Roboto, 'Helvetice New', 'Arial', sans-serif
}
/* En angular-cli.json agregar el archivo de estilos
recién creado. */
"styles": [
"styles.scss"
]
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