Real-time issue after perform bulk insert into MongoDB
Meteor Forums » Angular
by xzneozx96
1y ago
Hi everyone, I am using Meteor as backend along with Angular in frontend for a real-time dashboard that analyzes messages for an Omni-channel The current issue I’m facing is that when I perform some heavy insertions (hundreds of records one by one into the MongoDB by extracting data from an excel file), the minimongo on client is no longer synchronized with MongoDB in the backend, which makes the real-time update disappear. However, after quite along time (about few hours later), everything just works as normal again. I have no idea why this happened. Have you every encountered the same issue ..read more
Visit website
(Beginner) problems retrieving and displaying data from database
Meteor Forums » Angular
by agezodev
2y ago
I’m currently trying to build very simple apps with the Meteor/Angular combination, and I’m especially struggling with getting the publish/subscribe part working. My frontend knowledge is pretty limited, but I’m not a full beginner (basic experience with HTML/JS/CSS and Angular). Please assume for this topic that I won’t use a different combination of frameworks, even if they would be easier to learn or integrate with Meteor. So far I’ve managed to create a collection and publish it (server side), calling Meteor.methods from the client component (which subscribes to the collection) and succesf ..read more
Visit website
Meteor 2.3 + Angular 12.2
Meteor Forums » Angular
by ragnarok
2y ago
Hey there , I was searching for a simple example that uses the latest version of meteor (2.3.5) and angular (12.2). During my research I bumped on the following github repository and the corresponding tutorial page. GitHub GitHub - Urigo/angular-meteor: Angular and Meteor - The perfect stack Angular and Meteor - The perfect stack. Contribute to Urigo/angular-meteor development by creating an account on GitHub. I was wondering if this is still the correct way to create an meteor-angular2 app in autumn 2021, since the Urigo Project still uses angular 7 and meteor 1.8. Thanks 2 posts - 2 partici ..read more
Visit website
How to solve error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.?
Meteor Forums » Angular
by ahmedsa
2y ago
I work on angular 11 I face error when build angular app ERROR in src/app/Employee-list/employee-list.component.html:22:45 - error NG8002: Can’t bind to ‘routerLink’ since it isn’t a known property of ‘a’. Staff List and below is package json file “@angular/animations”: “^11.2.14”, “@angular/cdk”: “^12.1.3”, “@angular/common”: “^11.0.0”, “@angular/compiler”: “^11.0.0”, “@angular/core”: “^11.0.0”, “@angular/forms”: “^11.0.0”, “@angular/material”: “^11.2.13”, “@angular/router”: “^11.2.14”, “@angular/cli”: “^11.0.0”, “@angular/compiler-cli”: “^11.0.0” so How to solve issue ? sample of app modules ..read more
Visit website
How to implement a custom alert component in Angular
Meteor Forums » Angular
by organicwheel
2y ago
Hi all I am fairly new to Angular and i’ve been trying to implement a custom alert component using angular without any success. Please help. Please see the image 2 posts - 2 participants Read full topic ..read more
Visit website
Angular 10 Internationalizationn issue
Meteor Forums » Angular
by reetha121
2y ago
I am new to Angular 10. I am using i18 npm for Internationalization. Is there any alternative to do Internationalization and/or is it possible to do with Weglot. 1 post - 1 participant Read full topic ..read more
Visit website
Is Angular dead in Meteor
Meteor Forums » Angular
by sosawise
2y ago
I don’t see much discussion on Angular anymore. Am I wrong? Most threads that I have found are 2 years old. 9 posts - 6 participants Read full topic ..read more
Visit website
Struggling with Meteor 1.11 + Angular 10
Meteor Forums » Angular
by elmamc
2y ago
Hello everyone, i’m new here and a new user of Meteor. I’m struggling Building an app with Meteor Server side and Angular front-end. What’s the best way ti properly install the full packages foto starting to build an app? Sorry for my poor Englisj 10 posts - 4 participants Read full topic ..read more
Visit website
Angular 10 - Chrome Extension content script (in IFrame)
Meteor Forums » Angular
by gigatom
2y ago
Hi All, I have a chrome extension where I want to embed my angular application in an IFrame. So we navigate to specific sites, and we add the IFrame into content of the document. Like the following… var $j = jQuery.noConflict(true); var iframeSource = chrome.extension.getURL(‘coolcomponent/dist/coolcomponent/index.html’); $j(document).ready(function() { // Create the iframe var iframe = document.createElement(‘iframe’); iframe.setAttribute(‘src’, iframeSource); iframe.setAttribute(‘id’, ‘my_iframe’); iframe.style.width = 450 + ‘px’; iframe.style.height = 200 + ‘px’; document.body.appendChild(i ..read more
Visit website
Angular and Angular UI Bootstrap Version Compatibility
Meteor Forums » Angular
by vamkrishna
2y ago
Hi I have upgraded angular from 1.2.9 to 1.7.9 version, previously i used angular ui bootstrap version 0.12 before upgrade, It’s working fine but after upgraded not working, please tell me which version angular ui bootstrap is suitable for angular 1.7.9, 1 post - 1 participant Read full topic ..read more
Visit website

Follow Meteor Forums » Angular on FeedSpot

Continue with Google
Continue with Apple
OR