Skip to content

Instantly share code, notes, and snippets.

@mdk-aza
Created May 2, 2016 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdk-aza/d7521928e685b81e2014cbf0ef456ccc to your computer and use it in GitHub Desktop.
Save mdk-aza/d7521928e685b81e2014cbf0ef456ccc to your computer and use it in GitHub Desktop.
import {Component} from 'angular2/core';
import {CORE_DIRECTIVES} from 'angular2/common';
import {bootstrap} from 'angular2/platform/browser';
import {CalendarComponent} from '../components/calendar/calendar';
bootstrap(CalendarComponent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment