Skip to content

Instantly share code, notes, and snippets.

@sayjava
Last active January 22, 2017 20:58
Show Gist options
  • Save sayjava/1acfb2ff46b0f1303c8e5c81501e4aac to your computer and use it in GitHub Desktop.
Save sayjava/1acfb2ff46b0f1303c8e5c81501e4aac to your computer and use it in GitHub Desktop.
The blog post

My first blog post about angularjs components

import {Component} from 'react';

class CoolComponent extends Component {
  
  render(){
    
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment