Skip to content

Instantly share code, notes, and snippets.

@rolaveric
Created March 29, 2014 04:50
Show Gist options
  • Save rolaveric/9848667 to your computer and use it in GitHub Desktop.
Save rolaveric/9848667 to your computer and use it in GitHub Desktop.
Most basic boilerplate required for an AngularDart application.
import 'package:angular/angular.dart';
main() {
ngBootstrap();
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment