Jordan

Results 12 comments of Jordan

## UPDATE So this issue only affects libs in an nx workspace. If I execute the following command `nx generate @ngneat/tailwind:nx-setup --darkMode=class --project=default-project --enableJit=false` on the default angulr project for...

## WORKAROUND: assumes you already added ngneat/tailwind to package.json ## STEP 1: add Add [email protected] to root package.json ## STEP 2: add tailwind.config.js to root of workspace with the following...

workaround did not work, i specified all parameters/arguments in cli and error still appears

trying to migrate an existing angular app to new shared code nativescript project so cannot downgrade angular app to use this feature. Is there anyone from telerik who can at...

This may be an issue with what version of visual studio you are running. https://www.visualstudio.com/vs/compare/ fakes is for use with enterprise, so if you run professional you won't be able...

I have only used professional and I have never tried to work on an enterprise solution from an outside source, so I don't think I can help you here

still an issue for me as well, however the issue is only on safari, all other browsers work fine. THe demo on [online demo](https://www.akveo.com/ngx-admin/pages/dashboard?utm_campaign=ngx_admin%20-%20demo%20-%20ngx_admin%20docs&utm_source=ngx_admin&utm_medium=referral&utm_content=landing_main_section) works, but once I load my...

I use ts-adt like @DenisFrezzato mentioned use it like: ```typescript import { makeMatch } from "ts-adt/MakeADT"; interface ICounterActions {type: "increment" | "decrement"} matchType = makeMatch("type"); const counterReducer = (state: number,...

Is there any progress on this? I do all my work in Angular for SPA and I would be willing to help.

I am having this issue on a new angular code share project with the android emulated app. Angular 11.0.4, Nativescript 7.0.0, "nativescript-oauth2": "^3.0.3" tried editing the androidManifest.xml file with both...