George

Results 4 comments of George

I have a div with style display: flex and the list of images inside this div. http://joxi.ru/a2Xv518c1x5Ljr when i drag img in the top row it's work fine, but when...

@janpapenbrock thank you man) you saved my day!

I have change dynamicClasses like this, but I think is not correct way to solve problem. What do you think? ``` Object.defineProperty(SuiModal.prototype, "dynamicClasses", { get: function () { return this.size...

Это из-за того,что NgModule из одного node_modules не равен NgModule из другого node_modules, даже если это одна и та же версия. Отредактируйте файл /src/tsconfig.app.json, добавив пути "baseUrl": "", "paths": {...