September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's add an accordion component to our web application, so we can group blog posts by their author. When the user clicks on the author's name, they will see a list of blog posts they created.
In order to build this functionality, we will need to install and save the ng-bootstrap project as a dependency via NPM:
npm install --save @ng-bootstrap/ng-bootstrap
Read now
Unlock full access