Git Product home page Git Product logo

Comments (6)

DethAriel avatar DethAriel commented on May 30, 2024

That's because the project uses grecaptcha typings, and you don't have them installed. Take a look at installation section:

typings install dt~grecaptcha --save --global

After that typescript should be able to find the abovementioned namespace

from ng-recaptcha.

DavidRSchaller avatar DavidRSchaller commented on May 30, 2024

I did run that command and confirm my typings.json file:

{
"globalDependencies": {
"grecaptcha": "registry:dt/grecaptcha#0.0.0+20160808210619"
}
}

I suspect it may be related to the angular-cli build process.

from ng-recaptcha.

DethAriel avatar DethAriel commented on May 30, 2024

Can you please post the minimum required code for reproduction? E.g. a component that uses ng2-recaptcha plus the command you use to build the thing

from ng-recaptcha.

DavidRSchaller avatar DavidRSchaller commented on May 30, 2024

Here are the steps to reproduce the issue:

  • ng new recap-test
  • cd recap-test
  • npm uninstall webpack --save-dev // resolve issue with bet 14 of angular-cli
  • npm install [email protected] --save-dev // resolve issue with bet 14 of angular-cli
  • npm install --save ng2-recaptcha
  • typings install dt~grecaptcha --save --global

app.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';

import { AppComponent } from './app.component';

import { RecaptchaModule } from 'ng2-recaptcha';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    FormsModule,
    HttpModule,
    RecaptchaModule.forRoot()
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

app.component.html

<h1>
  {{title}}
    <recaptcha siteKey="-----KEY--------"></recaptcha>
</h1>
  • ng serve

http://localhost:4200

from ng-recaptcha.

DethAriel avatar DethAriel commented on May 30, 2024

With TypeScript 2 the preferred way of handling types is:

npm install @types/grecaptcha 

This definitely resolves an issue, and does not smell bad

from ng-recaptcha.

DavidRSchaller avatar DavidRSchaller commented on May 30, 2024

Ruslan,

Thanks for the additional follow up.

I reverted the previous fix by removing the typings.json file and typings folder.

I then installed via your mentioned method and all is working.

Thanks again!
David


From: Ruslan Arkhipau [email protected]
Sent: Wednesday, September 21, 2016 3:14:48 PM
To: DethAriel/ng2-recaptcha
Cc: David R. Schaller; Mention
Subject: Re: [DethAriel/ng2-recaptcha] Errors in console (#1)

@DavidRSchallerhttps://github.com/DavidRSchaller forget what I said above, with TypeScript 2 the preferred way of handling types is:

npm install @types/grecaptcha

This definitely resolves an issue, and does not smell bad

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/1#issuecomment-248713429, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABPKo0UziVTlMdHEeLoco1IocxjKiGnjks5qsYIogaJpZM4KBz-C.

from ng-recaptcha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.