@@ -14,6 +14,7 @@ import {
1414 TokenService ,
1515} from '@rucken/core' ;
1616import { < %= app . classPrefix % > CoreServices } from '@<%=app.name%>/core' ;
17+ import { < %= app . classPrefix % > WebServices } from '@<%=app.name%>/web' ;
1718import {
1819 AlertModalModule ,
1920 AuthModalModule ,
@@ -37,12 +38,15 @@ import {
3738 TooltipConfig ,
3839} from 'ngx-bootstrap' ;
3940
40- import { < %= app . classPrefix % > AppComponent } from './app.component' ;
41- import { < %= app . classPrefix % > Routes } from './app.routes' ;
42- import { < %= app . classPrefix % > NavbarModule } from './controls/navbar/navbar.module' ;
43- import { < %= app . classPrefix % > HomeGuardService } from './shared/guards/home-guard.service' ;
44- import { < %= app . classPrefix % > EndpointHelper } from './shared/helpers/endpoint.helper' ;
45- import { < %= app . classPrefix % > HttpHelper } from './shared/helpers/http.helper' ;
41+ import {
42+ < %= app . classPrefix % > AppComponent ,
43+ < %= app . classPrefix % > Routes ,
44+ < %= app . classPrefix % > NavbarModule ,
45+ < %= app . classPrefix % > HomeGuardService ,
46+ < %= app . classPrefix % > EndpointHelper ,
47+ < %= app . classPrefix % > HttpHelper ,
48+ < %= app . classPrefix % > Services
49+ } from './index' ;
4650
4751@NgModule ( {
4852 declarations : [
@@ -75,6 +79,8 @@ import { <%=app.classPrefix%>HttpHelper } from './shared/helpers/http.helper';
7579 RuckenCoreServices ,
7680 RuckenWebServices ,
7781 < %= app . classPrefix % > CoreServices ,
82+ < %= app . classPrefix % > WebServices ,
83+ < %= app . classPrefix % > Services ,
7884 BaseResourceSelectInputConfig ,
7985 TextInputConfig ,
8086 SelectInputConfig ,
0 commit comments