Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(bootstrap): remove ng2-bootstrap
Browse files Browse the repository at this point in the history
After removing components that have been ported to patternfly-ng, we no longer need the old ng2-bootstrap package.
  • Loading branch information
dlabrecq authored and joshuawilson committed Aug 4, 2017
1 parent ba25d70 commit f7d102f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
"@angular/router": "4.0.1",
"@types/core-js": "0.9.41",
"angular2-tree-component": "2.7.0",
"moment": "2.18.1",
"ng2-bootstrap": "1.3.3"
"moment": "2.18.1"
},
"peerDependencies": {
},
Expand Down
3 changes: 0 additions & 3 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';

import { DropdownModule } from 'ng2-bootstrap/dropdown';

// App components
import { AppComponent } from './app.component';
import { AppRoutingModule } from './app-routing.module';
Expand All @@ -22,7 +20,6 @@ import { TreeListExampleModule } from './treelist/examples/treelist-example.modu
AppRoutingModule,
BrowserAnimationsModule,
BrowserModule,
DropdownModule,
FormsModule,
HomeModule,
HttpModule,
Expand Down
2 changes: 0 additions & 2 deletions src/app/treelist/examples/treelist-example.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { HttpModule, Http } from '@angular/http';

import { DropdownModule } from 'ng2-bootstrap';
import { TreeListModule } from '../treelist.module';
import { TreeModule } from 'angular2-tree-component';

Expand All @@ -13,7 +12,6 @@ import { TreeListExampleRoutingModule } from './treelist-example-routing.module'
declarations: [ TreeListExampleComponent ],
imports: [
CommonModule,
DropdownModule,
HttpModule,
TreeListExampleRoutingModule,
TreeListModule,
Expand Down

0 comments on commit f7d102f

Please sign in to comment.