1 import { Component, OnInit, Input } from "@angular/core";
2 import { NgbModal, NgbActiveModal } from "@ng-bootstrap/ng-bootstrap";
5 selector: "app-couchbase",
6 templateUrl: "./couchbase.component.html",
7 styleUrls: ["./couchbase.component.css"]
9 export class CouchbaseComponent implements OnInit {
10 constructor(public activeModal: NgbActiveModal) {}