Milan Barać

Results 21 comments of Milan Barać

Btw, I don't understand how your `Laravel Angular` component works on integration between Laravel and Angular. The docs show the way to install it, but there isn't any info on...

@ChellappanRajan thanks. This looks awkward, nevertheless.

Same problem here with Typescript 4.8.4

The workaround I came up with is the following: Comment out the problematic attributes binding ```typescript @Directive({ selector: 'input[ngxMatDatetimePicker]', providers: [ MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATEPICKER_VALIDATORS, { provide: MAT_INPUT_VALUE_ACCESSOR, useExisting: NgxMatDatetimeInput } ],...

Still the same in `Angular 17.3.0` and `NG-Zorro 17.3.0`: ``` ▲ [WARNING] Deprecated inline execution of JavaScript has been enabled ("javascriptEnabled") [plugin angular-less] node_modules/ng-zorro-antd/style/color/bezierEasing.less:110:0: 110 │ .bezierEasingMixin(); ╵ ^ JavaScript...

Here's an example of how you can define a Bezier easing function in Less, without javascript: ```css // Define a mixin for Bezier easing .bezierEasingMixin(@x1, @y1, @x2, @y2) { @bezierEasing:...

``` $ yo --help Available Generators: jhipster aws aws-containers ci-cd client cloudfoundry common docker-compose entity entity-client entity-i18n entity-server export-jdl gae heroku import-jdl info kubernetes kubernetes-helm languages login logout openshift rancher-compose...

This problem has been on for 4 years. It's about a high time to remove `javascriptEnabled` feature from sass styles: ``` ▲ [WARNING] Deprecated inline execution of JavaScript has been...

Also, `ts-essentials` is missing, I had to add it manually.