Skip to content

Commit

Permalink
fix(package): removed static access in the module's initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 26, 2018
1 parent 8354f6a commit 1ea56dc
Show file tree
Hide file tree
Showing 3 changed files with 657 additions and 577 deletions.
2 changes: 1 addition & 1 deletion demo/src/app/home/home.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {NgbModule} from '@ng-bootstrap/ng-bootstrap';
@NgModule({
imports: [
CommonModule,
NgxLinkifyjsModule.forRoot({enableHash: false}),
NgxLinkifyjsModule.forRoot(),
MarkdownModule.forChild(),
HomeRoutingModule,
NgbModule,
Expand Down
Loading

0 comments on commit 1ea56dc

Please sign in to comment.