angular2-recaptcha
angular2-recaptcha copied to clipboard
Angular 5: No SystemJS file
I have no SystemJS file to put the set up in and now I'm getting the following error:
're-captcha' is not a known element:
- If 're-captcha' is an Angular component, then verify that it is part of this module.
- If 're-captcha' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message
You can import the module on angular-cli where you want to use it:
import { ReCaptchaModule } from 'angular2-recaptcha';
@NgModule({
imports: [...,ReCaptchaModule]
})