view app/boot.ts @ 36:e8dc6a4c6773

only show possible incoming/outgoing relation types.
author casties
date Thu, 11 Feb 2016 17:06:40 +0100
parents 9343e43a17d1
children dc4f0541f04d
line wrap: on
line source

import 'zone.js/dist/zone.min.js';
import 'reflect-metadata';

import {bootstrap}    from 'angular2/platform/browser'
import {QueryAppComponent} from './query-app.component'

bootstrap(QueryAppComponent);