Mohammad Hossein Amri
Mohammad Hossein Amri
but it doesn't have any issue in chrome. it's only happen in the firefox
it's bug in ngx-echart https://github.com/xieziyu/ngx-echarts/blob/69729d488efcf052812ba79354524fc9eccf2f3c/projects/ngx-echarts/src/lib/ngx-echarts.directive.ts#L104 here instead of set the merge as second params, it's setting it as first param. it's wrong a merge has this type ```ts /** @see...
more than rxjs 7 need to be updated https://github.com/ionic-team/starters/issues/1732
the ngx-table isn't working with angular 16.2.0 in style.scss ``` @use '@swimlane/ngx-datatable/index.css'; @use '@swimlane/ngx-datatable/themes/material.css'; @use '@swimlane/ngx-datatable/assets/icons.css'; ``` it produces this error: ``` ./apps/module-desktop/src/styles.scss - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js):...
@musukwamoshi I added the permission manually for the time being, but I believe the plugin should take care of that
+1, breaking 100 attribute to 100 line doesn't make sense. the `printWidth` rule should be respected and when there is still room to fill in one line, why break things...
@silvermario it should be a separate option, `html.respectLineBreak:false` if not the line break is a rule, it shouldn't behave two different way for two different file type
no, I right click on the file that I want and copy their reference and then modify the path manually.