Skip to content

Commit

Permalink
Added bootstrap so it gets better styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek McDaniel committed Mar 4, 2019
1 parent dde5f49 commit 014d678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ import { NgModule } from '@angular/core';

import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import {NgbModule} from '@ng-bootstrap/ng-bootstrap';

@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
AppRoutingModule
AppRoutingModule,
NgbModule,
],
providers: [],
bootstrap: [AppComponent]
Expand Down

0 comments on commit 014d678

Please sign in to comment.