Re-add bootstrap import

In the update to Angular 4, the bootstrap import got removed from boot.client.ts, causing the navbar-toggle menu to longer work in the template.  Re-adding so navbar-toggle is functional again.
This commit is contained in:
danobri
2017-05-26 15:34:37 -05:00
committed by Steve Sanderson
parent f3b7103c83
commit bcaa3af92e

View File

@@ -1,5 +1,6 @@
import 'reflect-metadata';
import 'zone.js';
import 'bootstrap';
import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module.browser';