#Mi experiencia
Link del proyecto: https://limitless-dusk-36193.herokuapp.com/
Lo más interesante me pareció el scroll en una sola parte de la página, no fue complicado lo pude resolver usando bootstrap como librería de estilos para el front end. Al mismo tiempo cree un pequeño JSON simulando el consumo de datos desde una API para asi hacer un uso de buenas practicas y evitar el hard code. Utilice directivas básicas de angular como ngIf, ngFor, ngStyle, ngClass; data binding, uso de decoradores para compartir información entre componentes y también para detectar el cambio de tamaños en la pantalla cada vez que está varia; esto me ayudo para el scroll.
This project was generated with Angular CLI version 12.0.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.