angular_recaptcha 0.0.1 angular_recaptcha: ^0.0.1 copied to clipboard
Google Angular Recaptcha
// 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);
}