Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilikerobots/b8018533ae546800cd89ae3126ab889f to your computer and use it in GitHub Desktop.
Save ilikerobots/b8018533ae546800cd89ae3126ab889f to your computer and use it in GitHub Desktop.
FieldsComponent
import 'package:angular2/core.dart';
@Component(
selector: 'my-fields',
template: '<h2>Fields</h2>'
)
class FieldsComponent {
FieldsComponent();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment