Ionic2-MeteorCLI-WhatsApp icon indicating copy to clipboard operation
Ionic2-MeteorCLI-WhatsApp copied to clipboard

WhatsApp Clone tutorial with Ionic 2.0 and Meteor CLI

Results 32 Ionic2-MeteorCLI-WhatsApp issues
Sort by recently updated
recently updated
newest added

Since the command `meteor create ...` sets this up as a React app by default, there would be a `client/main.jsx` file instead of a `client/main.js`.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request....

need BrowserModule in @NgModule.imports in client/imports/app/app.module.ts

I had a lot of problems with versions due to ionic-angulars rigid version dependencies (4.0.1 did not meet the required 4.0.0) so I'm not exactly sure where this should be...

I'm getting the following error on step 5 ``` server/imports/api/sms.ts (6, 26): Property '_options' does not exist on type 'typeof Accounts'. server/imports/api/sms.ts (7, 3): Cannot find name 'SMS'. ``` Should...

https://angular-meteor.com/tutorials/whatsapp2/meteor/setup In the Bootstrapping section of the above page, the tutorial calls for the user to install `angular2-compiler`. Should this not be `angular-compiler`? ``` meteor add angular2-compilers ``` On windows...

I have followed the step 1 tutorial but got this error ``` While processing files with angular2-compilers (for target web.browser): /client/main.scss: Scss compiler error: File to import: {}/node_modules/ionic-angular/components/typography/typography not found...

I am not able to use this setup with the latest Ionic native plugins. Getting the following error 'SyntaxError: import declarations may only appear at top level of a module'....

Hi, I loved the effort you guys put into this tutorial. However, it is riddled with errors. I have tried following through but am having to extensively use Stack Overflow...