Dmitry Zakharov

Results 135 comments of Dmitry Zakharov

Looks like it should be supported `FieldDescriptor::TYPE_MESSAGE` for `repeated`. Missing entity TypeScript definition as issue author mentioned: > The getUser() method returns {} when it could be User. The export...

If you interested in example, it's super easy (but no information in wiki found): ``` import { Injectable } from '@angular/core'; import * as TradingView from 'assets/lib/tradingview/charting_library/datafeed-api.d'; import { TradingViewService...

any news about lazy loading support?

@Abdelrahman3D looks like problem in hooper. Hopper inside another component not working properly and previously I think it's because of async images, but that strange behavior not about async at...

@amitguptagwl any news on this?

@amitguptagwl thank you! I personally want validation by xsd schema it's very important for me now, if you find time to implement that, it's will be very good!

without parsing xml using xsd schema, for complex large structures this library is useless. @ehaynes99 show small example of it.

looks like ng-packagr 3.0.0 it's very old. Lib project should be updated to latest version of ng-packagr and angular and add `"compileMode": "partial"` to lib's tsconfig instead of `"enableIvy": true`

@thanhlt90 only possible way is not use this library, because this library is abandoned