Pass Data into Ng-Bootstrap Modal in Angular 8

Edit user profile information in a pop-up modal

Aiman Rahmat
Level Up Coding
Published in
4 min readJan 10, 2020

--

Pass data in Ng-Bootstrap Modal

In this tutorial, we’ll learn how to pass data to a modal by using Ng-Bootstrap in Angular version 8.

Ng-Bootrap is an Angular adapted version of Bootstrap UI components. By using ng-bootstrap, we can easily integrate the bootstrap library into our Angular project and use its UI…

--

--