Justin Boyson

Results 8 comments of Justin Boyson

I'm definitely doing something wrong. I tried setting up passthrough but could not get it to work. html2js is working for me currently, but I would love to work within...

Closing this out since support requests shouldn't be in the issue queue.

I finally got this working. In the karma's options it was not including the ngtemplate file. I had to add "''" to karma:options:files. That fixed me up.

Reopening this to see if '' is supposed to be included in the Gruntfile template.

Hey Scoup, I got this working without ng-html2js. Check out my grunt file for reference: https://github.com/unclejustin/BootstrapPlayground/blob/master/Gruntfile.js I had to add the files during the watch and in the karma options....

Note: Turning this into a tracking issue.

FWIW date-fns v3 support is actively being worked on: https://github.com/marnusw/date-fns-tz/issues/260

This also does not work if you have redirects in your app. example: ```ts import { redirect } from "@remix-run/node"; export const loader = async ({ request }: LoaderFunctionArgs) =>...