File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6363 <%#"@angular/material": "^2.0.0-alpha.10",%>
6464 "@angular/platform-browser" : " ^2.3.0" ,
6565 "@angular/platform-browser-dynamic" : " ^2.3.0" ,
66- <% if(filters.ngroute) { %>
67- "@angular/router" : " ^3.3.0" ,<% } %>
66+ "@angular/router" : " ^3.4.7" ,
6867 "@angularclass/hmr" : " ^1.2.1" ,
6968 "angular2-universal" : " 2.1.0-rc.1" ,
7069 "angular2-jwt" : " ^0.1.24" ,
9695 "babel-core" : " ^6.6.5" ,
9796 "babel-eslint" : " ^6.0.4" ,
9897 "babel-register" : " ^6.16.0" ,
99- "browser-sync" : " ^2.8.0" ,
10098 "bs-fullscreen-message" : " ^1.0.0" ,
10199 <%_ if(filters.flow) { -%>
102100 "flow-bin" : " ^0.31.0" ,
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
22import { FormsModule } from '@angular/forms' ;
3+ import { BrowserModule } from '@angular/platform-browser' ;
34< % _ if ( filters . uirouter ) { - % >
45import { UIRouterModule } from 'ui-router-ng2' ; < % } % >
56< % _ if ( filters . ngroute ) { - % > < % } % >
@@ -15,6 +16,7 @@ import { SettingsComponent } from './settings/settings.component';
1516@NgModule({
1617 imports : [
1718 FormsModule ,
19+ BrowserModule ,
1820 < % _ if ( filters . uirouter ) { - % >
1921 UIRouterModule . forChild ( {
2022 states : STATES ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { UIRouterModule } from 'ui-router-ng2';<% } %>
66< % _ if ( filters . ngroute ) { % >
77import { RouterModule, Routes } from '@angular/router' ; < % } % >
88< % _ if ( filters . uibootstrap ) { % >
9- import { TooltipModule } from 'ng2-bootstrap/ng2-bootstrap ' ; < % } % >
9+ import { TooltipModule } from 'ng2-bootstrap' ; < % } % >
1010
1111import { MainComponent } from './main.component';
1212< % _ if ( filters . socketio ) { - % >
@@ -32,7 +32,7 @@ export const STATES = [
3232 states : STATES ,
3333 } ) , < % } % >
3434 < % _ if ( filters . uibootstrap ) { % >
35- TooltipModule , < % } % >
35+ TooltipModule . forRoot ( ) , < % } % >
3636 ],
3737 declarations: [
3838 MainComponent,
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
22import { CommonModule } from '@angular/common' ;
33import { UIRouterModule } from 'ui-router-ng2' ;
4- import { CollapseModule } from 'ng2-bootstrap/ng2-bootstrap ' ;
4+ import { CollapseModule } from 'ng2-bootstrap' ;
55
66import { AuthModule } from './auth/auth.module' ;
77
You can’t perform that action at this time.
0 commit comments