Sergey Rogachev

Results 12 comments of Sergey Rogachev

So ... I saw this PR. I think it's a very strange solution. If I right understand, you want to send custom data on Post and get another type of...

Because in your PR you don't change the logic. Early was: `JSON.stringify(this.entity)` you changed it to: `this.config.extractRequestDataFormat(this.entity)` but this function return `JSON.stringify(data)`. Where data it's `this.entity` What did you change?

Please, create an example, how are you want to use a new function.

Browser Mozilla Firefox ver. 42.0.

Find another problem with `withProfile`. I have the class: ```TypeScript export class AutoCallSettingsDto { private _maleVoice = undefined; private _isForDebtors = false; private _anyTimeAvailable = false; private _autoCallOkType_ = 0;...

> For example, [NzIconService](https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/icon/icon.service.ts),[NzConfigService](https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/core/config/config.service.ts) in ng-antd-zorro,will export service in root,but in mf sub applicaction ,unable to get the service instance of host nx + mf + ng-zorro not work in...