JanvanCasteren

Results 9 comments of JanvanCasteren

a simpler solution is to not only add the element in your apps root template, but also in de template of the popup dialog. Problem solved.

I have included in my appComponents html. Like @deepender87 states, when using a popup dialog, the notification popups appear behind the dialog. My solution was to simple add a second...

I have a working project with angular cli 7.3.9 version and meteor 1.8.1 version which uses meteor-client-bundler. It took me quite some time to get around all typescript errors but...

I have three meteor-related imports in my angular main.ts: ``` import './meteor-client.production'; // meteor client bundle import { Meteor } from 'meteor/meteor'; // meteor itself, only import it here, and...

Hi @SergijeRaz I uploaded a starter project to Github: https://github.com/JanvanCasteren/meteor-angular-starter I am also working on a more elobarate demo, which also inegrates the Meteor accounts system in Angular: https://github.com/JanvanCasteren/meteor-angular-demo ....

No answer so far. Does than mean that there is no active maintainer at this moment for this repository?

Same problem here: validation always returns true when I use $ref.

seems to be this issue: https://github.com/sindresorhus/got/issues/2219

I can reproduce this issue. On Ubuntu 20.04 with meteor 2.11.0 I encountered it while trying to use meteor-client-bundler (Just like @snowwolfjay did). The issue can be reproduced as follows:...