Skip to content

Commit fa4d037

Browse files
committed
fix(navbars): Cannot find module 'ngx-bootstrap'
1 parent 4adf39a commit fa4d037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/base/navbars/navbars.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {AfterViewChecked, Component, ElementRef, OnInit, Renderer2, ViewChild} from '@angular/core';
2-
import {CollapseDirective} from 'ngx-bootstrap';
2+
import {CollapseDirective} from 'ngx-bootstrap/collapse';
33

44
@Component({
55
selector: 'app-navbars',

0 commit comments

Comments
 (0)