Created
November 27, 2016 09:05
-
-
Save ilikerobots/b8018533ae546800cd89ae3126ab889f to your computer and use it in GitHub Desktop.
FieldsComponent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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