angular_recaptcha 0.0.1 copy "angular_recaptcha: ^0.0.1" to clipboard
angular_recaptcha: ^0.0.1 copied to clipboard

outdatedDart 1 only

Google Angular Recaptcha

example/main.dart

// Copyright (c) 2016, lejard_h. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:angular2/platform/browser.dart';

import 'app.dart';

main() {
  bootstrap(App);
}