Skip to content

Commit c7d2db9

Browse files
TommyLCoxMarkPieszak
authored andcommitted
Replaced ng2-bootstrap with ngx-bootstrap. (TrilonIO#299)
Closes TrilonIO#226
1 parent 355b99e commit c7d2db9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Client/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CommonModule, APP_BASE_HREF } from '@angular/common';
44
import { HttpModule, Http } from '@angular/http';
55
import { FormsModule } from '@angular/forms';
66

7-
import { Ng2BootstrapModule } from 'ng2-bootstrap';
7+
import { Ng2BootstrapModule } from 'ngx-bootstrap';
88

99
// i18n support
1010
import { TranslateModule, TranslateLoader } from '@ngx-translate/core';

Client/app/containers/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>{{ 'HOME_FEATURE_LIST_TITLE' | translate }} </h2>
4141
</ul>
4242
</li>
4343

44-
<li>Bootstrap (ng2-bootstrap) : Bootstrap capable of being rendered even on the server.</li>
44+
<li>Bootstrap (ngx-bootstrap) : Bootstrap capable of being rendered even on the server.</li>
4545
<li>Unit testing via karma & jasmine.</li>
4646
<!--<li>e2e testing via protractor.</li>-->
4747
</ul>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
"isomorphic-fetch": "^2.2.1",
5555
"jquery": "^2.2.1",
5656
"json-loader": "^0.5.4",
57-
"ng2-bootstrap": "^1.6.1",
57+
5858
"ng2-signalr": "^2.0.2",
59+
"ngx-bootstrap": "^1.7.1",
5960
"node-sass": "^4.5.2",
6061
"preboot": "^4.5.2",
6162
"raw-loader": "^0.5.1",

0 commit comments

Comments
 (0)