Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 188415b

Browse files
committed
fix(angular-ui): make sure AlertModule is imported from local path
1 parent a5b81cf commit 188415b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/angular-ui/src/ui.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ import { CommonModule } from '@angular/common'
33
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
44
import { RouterModule } from '@angular/router'
55
import { NgxChartsModule } from '@swimlane/ngx-charts'
6-
import { AlertModule } from '@tabler/angular-ui/src/modules/alert/alert.module';
76
import { ChartsModule } from 'ng2-charts'
87
import { NgPipesModule } from 'angular-pipes'
98
import { BsDropdownModule } from 'ngx-bootstrap/dropdown'
109
import { HighlightModule } from 'ngx-highlightjs'
1110

1211
import { TimeAgoPipe } from './pipes/time-ago.pipe'
1312

13+
import { AlertModule } from './modules/alert/alert.module';
14+
1415
import { HeaderComponent } from './components/header/header.component'
1516
import { FooterComponent } from './components/footer/footer.component'
1617
import { LayoutComponent } from './containers/layout/layout.component'

0 commit comments

Comments
 (0)