Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit bcaa3af

Browse files
danobriSteveSandersonMS
authored andcommitted
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.
1 parent f3b7103 commit bcaa3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/AngularSpa/ClientApp/boot-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'reflect-metadata';
22
import 'zone.js';
3+
import 'bootstrap';
34
import { enableProdMode } from '@angular/core';
45
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
56
import { AppModule } from './app/app.module.browser';

0 commit comments

Comments
 (0)