From ad42bea3a55ca7937f082cc641764de70ce34bd1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Apr 2017 22:00:17 +0200 Subject: Client: update to angular 4 --- client/src/app/core/core.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/core/core.module.ts') diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index 9a5ee5221..81c8f2da6 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -4,7 +4,7 @@ import { HttpModule } from '@angular/http'; import { RouterModule } from '@angular/router'; import { SimpleNotificationsModule } from 'angular2-notifications'; -import { ModalModule } from 'ng2-bootstrap/modal'; +import { ModalModule } from 'ngx-bootstrap/modal'; import { AuthService } from './auth'; import { ConfigService } from './config'; -- cgit v1.2.3