Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Angular 12 + Bootstrap

14 Sep 2021 »
npm i -g @angular/cli
ng new angular-project --no-strict
npm install --save bootstrap@3

HttpClientModule

in app.module.ts

in service

Nested routes params

cd app
ng g c profiles
ng g c profiles/profile-start
ng g c profiles/profile-detail

profiles.component.html

profiles/profile-start/profile-start.component.html

profiles/profile-detail/profile-detail.component.html

profiles/profile-detail/profile-detail.component.ts

FormsModule