havart / learn-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Исправить билды в дев-2

havart opened this issue · comments

 ERROR in app/app.module.ts(73,29): Error during template compile of 'AppModule'
         Function expressions are not supported in decorators in 'mainReducers'
           'mainReducers' references 'clientReducers' at app/store/reducers/main.reduce.ts(6,13)
             'clientReducers' contains the error at app/store/reducers/client.reduce.ts(4,31)
               Consider changing the function expression into an exported function.